Skip to content

Commit e113874

Browse files
committed
x
Signed-off-by: SumanthRH <[email protected]>
1 parent 90bd4f5 commit e113874

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipes/sky-t1-preview/recipe.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474

7575
# our API
7676
config = vLLMEngineProcessorConfig(
77-
model="Qwen/QwQ-32B-Preview",
77+
# model="Qwen/QwQ-32B-Preview",
78+
model="Qwen/Qwen2-0.5B-Instruct",
7879
engine_kwargs=dict(
7980
enable_prefix_caching=True,
8081
enable_chunked_prefill=True,

0 commit comments

Comments
 (0)