Upload Kaiju Coder 7 OpenCode helper package
Browse files
scripts/check_hf_uploaded_release.py
CHANGED
|
@@ -89,6 +89,7 @@ REPOS: tuple[RepoSpec, ...] = (
|
|
| 89 |
"scripts/opencode-kaiju-no-autocontinue.mjs",
|
| 90 |
"scripts/make_hf_release_public.sh",
|
| 91 |
"scripts/run_kaiju_public_opencode_smoke.py",
|
|
|
|
| 92 |
"scripts/run_kaiju_opencode_customer_pack.py",
|
| 93 |
"scripts/check_hf_uploaded_release.py",
|
| 94 |
"evals/tasks/opencode-customer-readiness.jsonl",
|
|
@@ -107,12 +108,16 @@ REPOS: tuple[RepoSpec, ...] = (
|
|
| 107 |
required_files=(
|
| 108 |
"README.md",
|
| 109 |
"PUBLIC_TESTING_QUICKSTART.md",
|
|
|
|
| 110 |
"scripts/start-qwen36-merged-vllm.sh",
|
| 111 |
"scripts/stop-qwen36-merged-vllm.sh",
|
| 112 |
"scripts/run-gojira-b-vllm-serving-benchmark.sh",
|
|
|
|
|
|
|
| 113 |
),
|
| 114 |
marker_files=(
|
| 115 |
("README.md", ("Runtime-Quantized Local Candidate", "bitsandbytes", "Kaiju Coder 7")),
|
|
|
|
| 116 |
("PUBLIC_TESTING_QUICKSTART.md", ("Kaiju Coder 7 Public Testing Quickstart", MODEL_ID)),
|
| 117 |
),
|
| 118 |
),
|
|
|
|
| 89 |
"scripts/opencode-kaiju-no-autocontinue.mjs",
|
| 90 |
"scripts/make_hf_release_public.sh",
|
| 91 |
"scripts/run_kaiju_public_opencode_smoke.py",
|
| 92 |
+
"scripts/run_kaiju_public_demo_pack.py",
|
| 93 |
"scripts/run_kaiju_opencode_customer_pack.py",
|
| 94 |
"scripts/check_hf_uploaded_release.py",
|
| 95 |
"evals/tasks/opencode-customer-readiness.jsonl",
|
|
|
|
| 108 |
required_files=(
|
| 109 |
"README.md",
|
| 110 |
"PUBLIC_TESTING_QUICKSTART.md",
|
| 111 |
+
"GGUF_CANDIDATE.md",
|
| 112 |
"scripts/start-qwen36-merged-vllm.sh",
|
| 113 |
"scripts/stop-qwen36-merged-vllm.sh",
|
| 114 |
"scripts/run-gojira-b-vllm-serving-benchmark.sh",
|
| 115 |
+
"scripts/probe-gojira-b-persisted-quantization.sh",
|
| 116 |
+
"scripts/run-gojira-b-kaiju-gguf-convert.sh",
|
| 117 |
),
|
| 118 |
marker_files=(
|
| 119 |
("README.md", ("Runtime-Quantized Local Candidate", "bitsandbytes", "Kaiju Coder 7")),
|
| 120 |
+
("GGUF_CANDIDATE.md", ("GGUF Candidate", "596a2c227a429c7309db753061d88d71ee3f8a3b48f17e41ba9d81b0f55bdd4e")),
|
| 121 |
("PUBLIC_TESTING_QUICKSTART.md", ("Kaiju Coder 7 Public Testing Quickstart", MODEL_ID)),
|
| 122 |
),
|
| 123 |
),
|