Rajkumar Pramanik "RJproz commited on
Commit
f097ea2
·
1 Parent(s): 1419291

no message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
3
  import gradio as gr
4
 
5
  # Load the LLaMA model and tokenizer
6
- model_name = "meta-llama/Llama-3.1-8B-Instruct" # Replace this with the actual model name
7
 
8
  # Authenticate if needed
9
  # from huggingface_hub import login
 
3
  import gradio as gr
4
 
5
  # Load the LLaMA model and tokenizer
6
+ model_name = "meta-llama/Llama-3.2-3B-Instruct" # Replace this with the actual model name
7
 
8
  # Authenticate if needed
9
  # from huggingface_hub import login