alexkueck commited on
Commit
bb74c71
·
1 Parent(s): e826ad7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -81,6 +81,8 @@ print ("Inf.Client")
81
  #client = InferenceClient("https://ybdhvwle4ksrawzo.eu-west-1.aws.endpoints.huggingface.cloud")
82
  #Inference mit Authorisation:
83
  #API_URL = "https://api-inference.huggingface.co/models/HuggingFaceH4/zephyr-7b-beta"
 
 
84
  HEADERS = {"Authorization": f"Bearer {HUGGINGFACEHUB_API_TOKEN}"}
85
 
86
  ##############################################
 
81
  #client = InferenceClient("https://ybdhvwle4ksrawzo.eu-west-1.aws.endpoints.huggingface.cloud")
82
  #Inference mit Authorisation:
83
  #API_URL = "https://api-inference.huggingface.co/models/HuggingFaceH4/zephyr-7b-beta"
84
+ #braucht großen Space mit mind. 93GB
85
+ #API_URL = "https://api-inference.huggingface.co/models/argilla/notux-8x7b-v1"
86
  HEADERS = {"Authorization": f"Bearer {HUGGINGFACEHUB_API_TOKEN}"}
87
 
88
  ##############################################