youssef227 commited on
Commit
2a892c8
·
verified ·
1 Parent(s): 39a15c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from transformers import AutoTokenizer, AutoModelForCausalLM
2
  from peft import LoraConfig, get_peft_model
3
  import torch
4
-
5
  # Load the tokenizer and model
6
  print("step 1 ")
7
  tokenizer = AutoTokenizer.from_pretrained("youssef227/llama-3-8b-Instruct-bnb-telcom-3")
 
1
  from transformers import AutoTokenizer, AutoModelForCausalLM
2
  from peft import LoraConfig, get_peft_model
3
  import torch
4
+
5
  # Load the tokenizer and model
6
  print("step 1 ")
7
  tokenizer = AutoTokenizer.from_pretrained("youssef227/llama-3-8b-Instruct-bnb-telcom-3")