Skip to content

Commit f0b94cc

Browse files
committed
Fix lora repo
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
1 parent 02ac842 commit f0b94cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lora/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def baichuan_regex_lora_files():
242242

243243
@pytest.fixture(scope="session")
244244
def ilama_lora_files():
245-
return "jeeejeee/ilama-text2sql-spider"
245+
return snapshot_download(repo_id="jeeejeee/ilama-text2sql-spider")
246246

247247

248248
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)