Skip to content

Commit

Permalink
Update path for local irpa file
Browse files Browse the repository at this point in the history
  • Loading branch information
stbaione committed Jan 24, 2025
1 parent d06c9b9 commit 488bc64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_tests/integration_tests/llm/shortfin/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
),
"llama3.1_8b": ModelConfig(
source=ModelSource.LOCAL,
local_path=Path("/data/llama3.1/8b/llama8b_f16.irpa"),
model_file="llama8b_f16.irpa",
local_path=Path("/data/llama3.1/weights/8b/llama3.1_8b_fp16_instruct.irpa"),
model_file="llama3.1_8b_fp16_instruct.irpa",
tokenizer_id="NousResearch/Meta-Llama-3.1-8B",
batch_sizes=(1, 4),
device_settings=device_settings.CPU,
Expand Down

0 comments on commit 488bc64

Please sign in to comment.