phk0 commited on
Commit
b983700
·
verified ·
1 Parent(s): 15dc78f

meta-llama/Meta-Llama-3.1-70B

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from huggingface_hub import InferenceClient
2
  import gradio as gr
3
 
4
- llm="meta-llama/CodeLlama-70b-hf"
5
 
6
 
7
  client = InferenceClient(llm)
 
1
  from huggingface_hub import InferenceClient
2
  import gradio as gr
3
 
4
+ llm="meta-llama/Meta-Llama-3.1-70B"
5
 
6
 
7
  client = InferenceClient(llm)