Skip to content

Commit

Permalink
Fix artifacts_dir path
Browse files Browse the repository at this point in the history
Signed-off-by: aviator19941 <[email protected]>
  • Loading branch information
aviator19941 committed Oct 31, 2024
1 parent d683163 commit e9ad709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharktank/tests/models/llama/benchmark_amdgpu_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class BenchmarkLlama3_1_8B(BaseBenchmarkTest):
def setUp(self):
super().setUp()
# TODO: add numpy files to Azure and download from it
self.artifacts_dir = Path("/data/extra/models/llama3.1_8B")
self.artifacts_dir = Path("/data/llama-3.1/8b")
self.gguf_path = self.artifacts_dir / "llama8b_f16.gguf"
self.irpa_path = self.artifacts_dir / "llama8b_f16.irpa"
self.irpa_path_fp8 = self.artifacts_dir / "llama8b_fp8.irpa"
Expand Down

0 comments on commit e9ad709

Please sign in to comment.