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

meta-llama/CodeLlama-70b-hf

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/Meta-Llama-3-8B-Instruct"
5
 
6
 
7
  client = InferenceClient(llm)
 
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)