asadsandhu commited on
Commit
56dc0cd
·
1 Parent(s): ff20a1e
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -39,7 +39,6 @@ generation_model = AutoModelForCausalLM.from_pretrained(
39
  device_map="auto" if torch.cuda.is_available() else None
40
  ).to(device)
41
 
42
-
43
  # ----------------------
44
  # RAG Functions
45
  # ----------------------
 
39
  device_map="auto" if torch.cuda.is_available() else None
40
  ).to(device)
41
 
 
42
  # ----------------------
43
  # RAG Functions
44
  # ----------------------