alexkueck commited on
Commit
28a1b8b
·
1 Parent(s): e932e97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ splittet = False
74
  print ("Inf.Client")
75
  #client = InferenceClient("https://api-inference.huggingface.co/models/meta-llama/Llama-2-70b-chat-hf")
76
  #client = InferenceClient("https://ybdhvwle4ksrawzo.eu-west-1.aws.endpoints.huggingface.cloud")
77
- #client = InferenceClient(model="HuggingFaceH4/zephyr-7b-beta")
78
 
79
  ##############################################
80
  # tokenizer for generating prompt
 
74
  print ("Inf.Client")
75
  #client = InferenceClient("https://api-inference.huggingface.co/models/meta-llama/Llama-2-70b-chat-hf")
76
  #client = InferenceClient("https://ybdhvwle4ksrawzo.eu-west-1.aws.endpoints.huggingface.cloud")
77
+ client = InferenceClient(model="HuggingFaceH4/zephyr-7b-beta")
78
 
79
  ##############################################
80
  # tokenizer for generating prompt