We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5952d8a commit e0fdfa1Copy full SHA for e0fdfa1
tests/lora/conftest.py
@@ -173,11 +173,6 @@ def sql_lora_files(sql_lora_huggingface_id):
173
return snapshot_download(repo_id=sql_lora_huggingface_id)
174
175
176
-@pytest.fixture(scope="session")
177
-def lora_bias_files():
178
- return snapshot_download(repo_id="followumesh/granite-3b-lora8-bias")
179
-
180
181
@pytest.fixture(scope="session")
182
def mixtral_lora_files():
183
# Note: this module has incorrect adapter_config.json to test
tests/lora/test_lora_bias_e2e.py
0 commit comments