Skip to content

Commit 177fdf7

Browse files
committed
updated links, filenames
1 parent b531755 commit 177fdf7

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

FRICTION_LOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
- Author: Everett Kleven
55
- Size: L
66
- Persona: UDF Naive User
7-
- [Notebook](https://colab.research.google.com/drive/1-AJWGeTPhtIK_uXngPmxMFRePlU5rKRU#scrollTo=BOa4WVnVKJoD)
7+
- [Notebook](/workload/Daft_Canonical_Workload_Gemma3_vLLM.ipynb)
88
- [Python Script](/workload/structured_outputs_workload.py)
99

1010
## Summary

workload/structured_outputs_workload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def evaluate(self, df: daft.DataFrame) -> float:
212212

213213
# Define Variables
214214
model_id = os.getenv("MODEL_ID") or 'google/gemma-3n-e4b-it'
215-
base_url = os.getenv("OPENAI_BASE_URL")
215+
base_url = os.getenv("OPENAI_BASE_URL") or "http://localhost:8000"
216216
api_key = os.getenv("OPENAI_API_KEY")
217217
dataset_uri = 'hf://datasets/HuggingFaceM4/the_cauldron/ai2d/train-00000-of-00001-2ce340398c113b79.parquet' # 7462 rows
218218
concurrency = 4

0 commit comments

Comments
 (0)