Skip to content

Commit

Permalink
docs: fix the usage example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
baixiac committed Jan 24, 2025
1 parent a55be7b commit a0abe5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ CMS runs the NLP model packaged in a single ZIP file. To download the GA models,
if you are interested in trying out Alpha release such as the de-identification model. To serve or train existing Hugging Face NER models, you can
package the model, either downloaded from the Hugging Face Hub or cached locally, as a ZIP file by running:
```commandline
python app/cli/cli.py --hf-repo-id USERNAME_OR_ORG/REPO_NAME --output-model-package ./model # will be saved to ./model.zip
python app/cli/cli.py package hf-model --hf-repo-id USERNAME_OR_ORG/REPO_NAME --output-model-package ./model # will be saved to ./model.zip
```

## Run ModelServe in the system environment:
Expand Down

0 comments on commit a0abe5d

Please sign in to comment.