anirudh248 commited on
Commit
837a762
·
verified ·
1 Parent(s): 1ec6bd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ retriever = vectorstore.as_retriever()
26
  # 2. Load Model & Tokenizer in 4-bit
27
  # ==========================================
28
  print("Loading Model...")
29
- model_id = "PranavKeshav/llama3-upf-generator" # UPDATE THIS if your username is different
30
 
31
  # Load in 4-bit to fit perfectly inside a T4 GPU Space
32
  bnb_config = BitsAndBytesConfig(
 
26
  # 2. Load Model & Tokenizer in 4-bit
27
  # ==========================================
28
  print("Loading Model...")
29
+ model_id = "anirudh248/llama3-upf-generator" # UPDATE THIS if your username is different
30
 
31
  # Load in 4-bit to fit perfectly inside a T4 GPU Space
32
  bnb_config = BitsAndBytesConfig(