Skip to content

Commit

Permalink
[0.31.0-dlc] Fix lora integration test (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang16 authored Nov 21, 2024
1 parent 81374f1 commit 014608a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/llm/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,10 +823,10 @@
"option.adapters":
"adapters",
"adapter_ids": [
"UnderstandLing/llama-2-7b-chat-es",
"UnderstandLing/llama-2-7b-chat-ru"
"UnderstandLing/llama-2-13b-chat-fr",
"UnderstandLing/llama-2-13b-chat-es"
],
"adapter_names": ["spanish", "russian"],
"adapter_names": ["french", "spanish"],
"option.gpu_memory_utilization":
"0.8",
},
Expand Down

0 comments on commit 014608a

Please sign in to comment.