Spaces:
Running
Running
change default model to a non-gated one
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ demo = gr.Interface(
|
|
66 |
description=DESCRIPTION,
|
67 |
fn=calculate,
|
68 |
inputs=[
|
69 |
-
gr.Textbox(label="model_id", value="
|
70 |
gr.Number(label="Context length", value=128_000),
|
71 |
gr.Number(label="No. of users", value=1),
|
72 |
gr.Dropdown(label="KV cache dtype", choices=["fp16/bf16", "fp8"]),
|
|
|
66 |
description=DESCRIPTION,
|
67 |
fn=calculate,
|
68 |
inputs=[
|
69 |
+
gr.Textbox(label="model_id", value="Qwen/QwQ-32B"),
|
70 |
gr.Number(label="Context length", value=128_000),
|
71 |
gr.Number(label="No. of users", value=1),
|
72 |
gr.Dropdown(label="KV cache dtype", choices=["fp16/bf16", "fp8"]),
|