AIdeaText commited on
Commit
9428cb3
1 Parent(s): 55ca2dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import torch
4
 
5
  class LlamaDemo:
6
  def __init__(self):
7
- self.model_name = "meta-llama/Llama-2-70b-chat-hf"
8
  # Initialize in lazy loading fashion
9
  self._pipe = None
10
 
 
4
 
5
  class LlamaDemo:
6
  def __init__(self):
7
+ self.model_name = "meta-llama/Llama-2-70b-chat"
8
  # Initialize in lazy loading fashion
9
  self._pipe = None
10