ammoncoder123 commited on
Commit
1d8da75
·
verified ·
1 Parent(s): b64b83d

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +1 -1
chatbot.py CHANGED
@@ -10,7 +10,7 @@ login(token=os.getenv("HF_TOKEN"))
10
  # ================= CACHE THE MODEL =================
11
  @st.cache_resource
12
  def load_model():
13
- model_id = "ammoncoder123/IPTchatbotModel1-1.7B" # Your correct repo
14
 
15
  quantization_config = BitsAndBytesConfig(
16
  load_in_4bit=True,
 
10
  # ================= CACHE THE MODEL =================
11
  @st.cache_resource
12
  def load_model():
13
+ model_id = "ammoncoder123/IPTchatbotModel-1.7B" # Your correct repo
14
 
15
  quantization_config = BitsAndBytesConfig(
16
  load_in_4bit=True,