Skip to content

Commit

Permalink
Update default model repo id (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
parveen232 authored Apr 2, 2024
1 parent 854c432 commit 9f76567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os, shutil

default_repo_id = "openai-community/gpt2"
default_repo_id = "stabilityai/stable-code-instruct-3b"
default_repo_id_parts = default_repo_id.split("/")
default_model_folder = f"models--{'--'.join(default_repo_id_parts)}"

Expand Down

0 comments on commit 9f76567

Please sign in to comment.