Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -1114,8 +1114,9 @@ class AnswerPresenceChecker:
|
|
| 1114 |
# ---------------------------------------------------------
|
| 1115 |
class LLMEvaluator:
|
| 1116 |
def __init__(self):
|
| 1117 |
-
self.repo_id = "onnx-community/
|
| 1118 |
-
|
|
|
|
| 1119 |
|
| 1120 |
print(f"🔄 Preparing CPU LLM: {self.repo_id}...")
|
| 1121 |
|
|
|
|
| 1114 |
# ---------------------------------------------------------
|
| 1115 |
class LLMEvaluator:
|
| 1116 |
def __init__(self):
|
| 1117 |
+
self.repo_id = "onnx-community/gemma-3-270m-it-ONNX"
|
| 1118 |
+
|
| 1119 |
+
self.local_dir = "onnx_gemma_local"
|
| 1120 |
|
| 1121 |
print(f"🔄 Preparing CPU LLM: {self.repo_id}...")
|
| 1122 |
|