BramLeo commited on
Commit
3d4ae06
·
verified ·
1 Parent(s): 8e728f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def read_google_sheets():
48
  # 2️⃣ Inisialisasi Model Llama di GPU
49
  # ===================================
50
  def initialize_llama_model():
51
- model_name = "TheBloke/zephyr-7b-beta" # Pastikan model ini kompatibel dengan transformers
52
  tokenizer = AutoTokenizer.from_pretrained(model_name)
53
  model = AutoModelForCausalLM.from_pretrained(
54
  model_name,
 
48
  # 2️⃣ Inisialisasi Model Llama di GPU
49
  # ===================================
50
  def initialize_llama_model():
51
+ model_name = "HuggingFaceH4/zephyr-7b-beta" # Pastikan model ini kompatibel dengan transformers
52
  tokenizer = AutoTokenizer.from_pretrained(model_name)
53
  model = AutoModelForCausalLM.from_pretrained(
54
  model_name,