Skip to content

Commit

Permalink
Fixed model
Browse files Browse the repository at this point in the history
  • Loading branch information
isamu-isozaki committed Aug 19, 2024
1 parent e014a63 commit 06e9b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generate/test_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def model_llamacpp(tmp_path_factory):
@pytest.fixture(scope="session")
def model_exllamav2(tmp_path_factory):
return models.exl2(
model_path="blockblockblock/TinyLlama-1.1B-Chat-v1.0-bpw4.6-exl2",
model_path="blockblockblock/TinyLlama-1.1B-Chat-v1.0-bpw4-exl2",
cache_q4=True,
paged=False,
)
Expand Down

0 comments on commit 06e9b64

Please sign in to comment.