Skip to content

Commit

Permalink
rename download_model to download_models
Browse files Browse the repository at this point in the history
  • Loading branch information
DevlinRocha committed Jan 29, 2025
1 parent 57bd9ba commit 35b1f84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ project_name
├── config
│ └── constants.py
├── scripts
│ ├── download_model.py
│ ├── download_models.py
│ └── run_module.py
├── src
│ └── run_inference.py
Expand Down
2 changes: 1 addition & 1 deletion src/create_lilypad_module/templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The wallet must have enough LP to fund the job.

In the project directory, you can run:

### [`python -m scripts.download_model`](./scripts/download_model.py)
### [`python -m scripts.download_models`](./scripts/download_models.py)

A basic outline for downloading a model is provided, but the structure of the script and the methods for downloading and saving the model can differ between models and libraries. It’s important to tailor the process to the specific requirements of the model you're working with.

Expand Down

0 comments on commit 35b1f84

Please sign in to comment.