Skip to content

Commit 5cab995

Browse files
committed
update pr review action to new model
1 parent 724dfd2 commit 5cab995

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pr-review.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ jobs:
3737
env:
3838
OPENAI_KEY: ${{ env.SDSC_VLLM_TOKEN }}
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
config__model: "openai/Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8"
41-
config__fallback_models: '["openai/Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8"]'
42-
config__custom_model_max_tokens: "32000"
40+
config__model: "openai/cyankiwi/Qwen3-Coder-30B-A3B-Instruct-AWQ-Int4"
41+
config__fallback_models: '["openai/cyankiwi/Qwen3-Coder-30B-A3B-Instruct-AWQ-Int4"]'
42+
config__custom_model_max_tokens: "192000"
4343
config__ai_timeout: "1800"
4444
openai__extra_body: '{"chat_template_kwargs":{"enable_thinking":false}}'
4545
OPENAI__API_BASE: "https://vllm-gateway-runai-sharedllm-ralf.inference.compute.datascience.ch/v1"
@@ -55,8 +55,8 @@ jobs:
5555
# env:
5656
# # --- LLM configuration ---
5757
# LLM__PROVIDER: "OPENAI"
58-
# LLM__META__MODEL: "Qwen/Qwen3-Coder-30B-A3B-Instruct-FP8"
59-
# LLM__META__MAX_TOKENS: "16000"
58+
# LLM__META__MODEL: "cyankiwi/Qwen3-Coder-30B-A3B-Instruct-AWQ-Int4"
59+
# LLM__META__MAX_TOKENS: "192000"
6060
# LLM__HTTP_CLIENT__API_URL: "https://vllm-gateway-runai-sharedllm-ralf.inference.compute.datascience.ch/v1"
6161
# LLM__HTTP_CLIENT__API_TOKEN: ${{ env.SDSC_VLLM_TOKEN }}
6262

0 commit comments

Comments
 (0)