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

Commit 7a939e8

Browse files
committed
fix: monorepo migration notice
1 parent 3c79e58 commit 7a939e8

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

+13-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# infernet-ml
22

3+
> [!WARNING]
4+
> This library has been moved to
5+
> the [Infernet Monorepo](https://github.com/ritual-net/infernet-monorepo/)
6+
> repository. This repository is now archived, for `infernet-ml 1.0.0` and above,
7+
> please refer to the monorepo.
8+
9+
310
`infernet-ml` is a lightweight library meant to simplify the implementation
411
of machine learning workflows for models intended for Web3.
512

@@ -27,7 +34,8 @@ uv pip install infernet-ml
2734

2835
## Optional Dependencies
2936

30-
Depending on the workflow you're using, you may want to install optional dependencies. For example, if you're using the
37+
Depending on the workflow you're using, you may want to install optional dependencies.
38+
For example, if you're using the
3139
`torch` workflow, you'll need to install its dependencies by running:
3240

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

43-
> [!NOTE] The optional dependencies for this workflow require that `cmake` is installed on your system. You can install
51+
> [!NOTE] The optional dependencies for this workflow require that `cmake` is installed
52+
> on your system. You can install
4453
`cmake` on MacOS by running `brew install cmake`. On Ubuntu & Windows,
45-
> consult [the documentation](https://onnxruntime.ai/docs/build/inferencing.html#prerequisites)
54+
>
55+
consult [the documentation](https://onnxruntime.ai/docs/build/inferencing.html#prerequisites)
4656
> for more information.
4757
4858
## Docs

0 commit comments

Comments
 (0)