ToletiSri commited on
Commit
bf73d40
1 Parent(s): dc7e2ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ if resume:
67
 
68
  deviceType = 'cuda' if torch.cuda.is_available() else 'cpu'
69
  m = model.to(deviceType)
70
- tokenizer_gpt = Tokenizer(checkpoint_dir=Path("checkpoints\meta-llama\Llama-2-7b-chat-hf"))
71
 
72
 
73
  def inference(input_context, count):
 
67
 
68
  deviceType = 'cuda' if torch.cuda.is_available() else 'cpu'
69
  m = model.to(deviceType)
70
+ tokenizer_gpt = Tokenizer(checkpoint_dir=Path("checkpoints/meta-llama/Llama-2-7b-chat-hf"))
71
 
72
 
73
  def inference(input_context, count):