mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-28 02:53:30 +00:00
minor typo and HuggingFace -> Hugging Face (#113)
This commit is contained in:
parent
3ae1597b9b
commit
3c99f08267
4 changed files with 7 additions and 7 deletions
|
@ -20,7 +20,7 @@ from llama_stack.inference.meta_reference.inference import get_provider_impl
|
|||
MODEL = "Llama3.1-8B-Instruct"
|
||||
HELPER_MSG = """
|
||||
This test needs llama-3.1-8b-instruct models.
|
||||
Please donwload using the llama cli
|
||||
Please download using the llama cli
|
||||
|
||||
llama download --source huggingface --model-id llama3_1_8b_instruct --hf-token <HF_TOKEN>
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue