Skip to content

Commit

Permalink
update lora model id in correctness test (deepjavalibrary#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohithkrn committed Nov 3, 2023
1 parent 7660014 commit a6fa50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/llm/unmerged_lora.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import json
import logging

BASE_MODEL_ID = "decapoda-research/llama-7b-hf"
BASE_MODEL_ID = "huggyllama/llama-7b"
LORA_ADAPTER_1_ID = "tloen/alpaca-lora-7b"
LORA_ADAPTER_2_ID = "22h/cabrita-lora-v0-1"
LORA_ADAPTER_1_NAME = "english-alpaca"
Expand Down

0 comments on commit a6fa50e

Please sign in to comment.