Skip to content

Commit 84a2570

Browse files
committed
Switch to orca model
1 parent a37a917 commit 84a2570

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

fact.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22
from llama_cpp import Llama
33

4-
MODEL_PATH = 'model.bin'
4+
MODEL_PATH = 'orca.gguf'
55
TASKS_PATH = 'fact.json'
66

77
PROMPT_TMPL = """\
File renamed without changes.

0 commit comments

Comments
 (0)