Suggested directory change in Readme.md #470
Replies: 2 comments
-
|
I checked this against v0.4.0 and the path issue is real. The compose quickstart leaves the user inside So I think your Alternative if the docs want to keep the user inside the compose dir: python ../../docker/scripts/download_model.py --output ../../api/src/models/v1_0 |
Beta Was this translation helpful? Give feedback.
-
|
Should be updated as of 6b58b53, let me know if it still has any issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the current (V0.4.0) Readme is the following:
# Models will auto-download, but if needed you can manually download:python docker/scripts/download_model.py --output api/src/models/v1_0Odds are the user will be at docker\gpu, cpu, or rocm, which means download_model.py won't be visible.
I suggest adding the following:
cd ..\..This should bring the user to the project root sub-dir, Kokoro-FastAPI
Beta Was this translation helpful? Give feedback.
All reactions