Asuncom commited on
Commit
6b07742
·
verified ·
1 Parent(s): 758a6f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ For more information on `huggingface_hub` Inference API support, please check th
6
  """
7
  #client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
8
 
9
- client = InferenceClient(model="https://huggingface.co/Asuncom/Llama-3.1-8B-bnb-4bit-shiji/resolve/main/unsloth.Q4_K_M.gguf")
10
 
11
  def respond(
12
  message,
 
6
  """
7
  #client = InferenceClient("mistralai/Mistral-7B-Instruct-v0.3")
8
 
9
+ client = InferenceClient("Asuncom/Llama-3.1-8B-bnb-4bit-shiji")
10
 
11
  def respond(
12
  message,