forked from phoenix-oss/llama-stack-mirror
update tests --inference-model to hf id
This commit is contained in:
parent
939056e265
commit
50d539e6d7
5 changed files with 11 additions and 7 deletions
|
@ -44,7 +44,7 @@ Finally, you can override the model completely by doing:
|
|||
```bash
|
||||
pytest -s -v llama_stack/providers/tests/inference/test_text_inference.py \
|
||||
-m fireworks \
|
||||
--inference-model "Llama3.1-70B-Instruct" \
|
||||
--inference-model "meta-llama/Llama3.1-70B-Instruct" \
|
||||
--env FIREWORKS_API_KEY=<...>
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue