Skip to content

Commit 1ed1d6e

Browse files
committed
bot: load the pythia model by default
1 parent dcad0c3 commit 1ed1d6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inference/bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def main():
202202
)
203203
parser.add_argument(
204204
'--model',
205-
default=f"{INFERENCE_DIR}/../huggingface_models/GPT-NeoXT-Chat-Base-20B",
205+
default=f"{INFERENCE_DIR}/../huggingface_models/Pythia-Chat-Base-7B",
206206
help='name/path of the model'
207207
)
208208
parser.add_argument(

0 commit comments

Comments
 (0)