Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix: monorepo migration notice
Browse files Browse the repository at this point in the history
  • Loading branch information
arshan-ritual committed Jun 6, 2024
1 parent 3c79e58 commit 7a939e8
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# infernet-ml

> [!WARNING]
> This library has been moved to
> the [Infernet Monorepo](https://github.com/ritual-net/infernet-monorepo/)
> repository. This repository is now archived, for `infernet-ml 1.0.0` and above,
> please refer to the monorepo.

`infernet-ml` is a lightweight library meant to simplify the implementation
of machine learning workflows for models intended for Web3.

Expand Down Expand Up @@ -27,7 +34,8 @@ uv pip install infernet-ml

## Optional Dependencies

Depending on the workflow you're using, you may want to install optional dependencies. For example, if you're using the
Depending on the workflow you're using, you may want to install optional dependencies.
For example, if you're using the
`torch` workflow, you'll need to install its dependencies by running:

```bash
Expand All @@ -40,9 +48,11 @@ Alternatively, via [uv](https://github.com/astral-sh/uv):
uv pip install "infernet-ml[torch_inference]"
```

> [!NOTE] The optional dependencies for this workflow require that `cmake` is installed on your system. You can install
> [!NOTE] The optional dependencies for this workflow require that `cmake` is installed
> on your system. You can install
`cmake` on MacOS by running `brew install cmake`. On Ubuntu & Windows,
> consult [the documentation](https://onnxruntime.ai/docs/build/inferencing.html#prerequisites)
>
consult [the documentation](https://onnxruntime.ai/docs/build/inferencing.html#prerequisites)
> for more information.
## Docs
Expand Down

0 comments on commit 7a939e8

Please sign in to comment.