Skip to content

Commit

Permalink
use llama 1b for test (ModelCloud#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud authored Dec 18, 2024
1 parent b2e4800 commit 66d2fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ipex_xpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


class TestsIPEX(ModelTest):
NATIVE_MODEL_ID = "/monster/data/model/opt-125m" # "facebook/opt-125m"
NATIVE_MODEL_ID = "/monster/data/model/Llama-3.2-1B-Instruct"

def test(self):
origin_model = GPTQModel.load(
Expand Down

0 comments on commit 66d2fa4

Please sign in to comment.