ujwal55 commited on
Commit
0ce2cdb
·
verified ·
1 Parent(s): 3037415

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -23,6 +23,8 @@ if not hf_token and not os.path.exists("models/gemma-3-4b-it-q4_0.gguf"):
23
 
24
  login(hf_token)
25
 
 
 
26
  # Choose a directory to store the model
27
  model_dir = "./gemma-3-4b-it-qat-q4_0"
28
 
@@ -60,7 +62,7 @@ if article_file and synopsis_file:
60
  # LLM feedback
61
  try:
62
  llm = Llama(
63
- model_path="gemma-3-4b-it-q4_0.gguf"
64
  )
65
 
66
  prompt = (
 
23
 
24
  login(hf_token)
25
 
26
+ print("Looking for model at:", os.path.abspath("gemma-3-4b-it-q4_0.gguf"))
27
+
28
  # Choose a directory to store the model
29
  model_dir = "./gemma-3-4b-it-qat-q4_0"
30
 
 
62
  # LLM feedback
63
  try:
64
  llm = Llama(
65
+ model_path="./gemma-3-4b-it-qat-q4_0/gemma-3-4b-it-q4_0.gguf"
66
  )
67
 
68
  prompt = (