Rishi-Jain-27 commited on
Commit
f904840
·
1 Parent(s): 0a61b02
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -25,11 +25,7 @@ model_path = hf_hub_download(
25
  )
26
 
27
  # Initialize llama.cpp with the local cached path
28
- llm = Llama(
29
- model_path=model_path,
30
- n_ctx=4096,
31
- n_threads=2
32
- )
33
 
34
  # ----- Init App ----- #
35
  app = gr.Server(title="Code-to-Flowchart Generator")
 
25
  )
26
 
27
  # Initialize llama.cpp with the local cached path
28
+
 
 
 
 
29
 
30
  # ----- Init App ----- #
31
  app = gr.Server(title="Code-to-Flowchart Generator")