rasyosef commited on
Commit
7599e8e
1 Parent(s): 80d42ab

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
  from transformers import AutoTokenizer, AutoModelForCausalLM, TextIteratorStreamer, pipeline
5
  from threading import Thread
6
 
7
- # The huggingface model id for phi-1_5 instruct model
8
  checkpoint = "rasyosef/Phi-1_5-Instruct-v0.1"
9
 
10
  # Download and load model and tokenizer
 
4
  from transformers import AutoTokenizer, AutoModelForCausalLM, TextIteratorStreamer, pipeline
5
  from threading import Thread
6
 
7
+ # The HuggingFace model id for phi-1_5 instruct model
8
  checkpoint = "rasyosef/Phi-1_5-Instruct-v0.1"
9
 
10
  # Download and load model and tokenizer