mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-09 23:12:02 +00:00
training dependencies are test dependencies
This commit is contained in:
parent
ce3035923b
commit
aa9f572611
|
@ -42,7 +42,7 @@ Running end-to-end tests is pretty compute-intensive, and you must convert all t
|
||||||
First, install test dependencies with:
|
First, install test dependencies with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
rye sync --features test,conversion
|
rye sync --all-features
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, download and convert all the necessary weights. Be aware that this will use around 50 GB of disk space:
|
Then, download and convert all the necessary weights. Be aware that this will use around 50 GB of disk space:
|
||||||
|
|
Loading…
Reference in a new issue