Spaces:
Running
Running
Commit ·
f904840
1
Parent(s): 0a61b02
Commit
Browse files
app.py
CHANGED
|
@@ -25,11 +25,7 @@ model_path = hf_hub_download(
|
|
| 25 |
)
|
| 26 |
|
| 27 |
# Initialize llama.cpp with the local cached path
|
| 28 |
-
|
| 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")
|