Skip to content

Commit

Permalink
updated helpFunction of run.sh (nutanix#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushSawant18588 authored Jan 5, 2024
1 parent c9b69f7 commit 2cf2546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llm/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ wdir=$(dirname "$SCRIPT")
helpFunction()
{
echo ""
echo "Usage: $0 -n <MODEL_NAME> -a <MAR_EXPORT_PATH> [OPTIONAL -d <INPUT_PATH> -v <REPO_VERSION>]"
echo "Usage: $0 -n <MODEL_NAME> -a <MAR_EXPORT_PATH> [OPTIONAL -d <INPUT_PATH> -v <REPO_VERSION> -q <QUANTIZE_BITS>]"
echo -e "\t-n Name of the Model"
echo -e "\t-v HuggingFace repository version (optional)"
echo -e "\t-d Absolute path of input data folder (optional)"
Expand Down
2 changes: 1 addition & 1 deletion llm/utils/generate_data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def validate_hf_token(self) -> None:
(
"HuggingFace Hub token is required for llama download. "
"Please specify it using --hf_token=<your token> argument "
"or, set it as an environment variable 'HF_TOKEN'. Refer "
"or set it as an environment variable 'HF_TOKEN'. Refer "
"https://huggingface.co/docs/hub/security-tokens"
)
)
Expand Down

0 comments on commit 2cf2546

Please sign in to comment.