Text Generation
PEFT
Safetensors
English
kaiju-coder-7
lora
coding
local-ai
business
opencode
conversational
Instructions to use RMDWLLC/kaiju-coder-7-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use RMDWLLC/kaiju-coder-7-adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/workspace/kaiju-coder/models/Qwen3.6-27B") model = PeftModel.from_pretrained(base_model, "RMDWLLC/kaiju-coder-7-adapter") - Notebooks
- Google Colab
- Kaggle
Upload Kaiju Coder 7 adapter release package
Browse files- HF_UPLOAD_EVIDENCE.md +7 -6
HF_UPLOAD_EVIDENCE.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
| 1 |
# Kaiju Coder 7 Hugging Face Upload Evidence
|
| 2 |
|
| 3 |
-
Generated: `2026-06-
|
| 4 |
|
| 5 |
## Uploaded Repos
|
| 6 |
|
| 7 |
| Repo | Visibility | Evidence |
|
| 8 |
|---|---|---|
|
| 9 |
-
| `RMDWLLC/kaiju-coder-7-adapter` | public |
|
| 10 |
-
| `RMDWLLC/kaiju-coder-7-opencode` | public |
|
| 11 |
-
| `RMDWLLC/kaiju-coder-7-quantized-runtime` | public |
|
| 12 |
| `RMDWLLC/kaiju-coder-7` | public | `hf upload-large-folder` completed successfully, then metadata/evidence refreshed at final visible SHA `00ba85985102a14838dbb8a5692d9a75ce9da15a`; public metadata reports `private: false`. |
|
| 13 |
|
| 14 |
These SHAs are a point-in-time release evidence snapshot. Uploading this
|
|
@@ -71,8 +71,9 @@ Result:
|
|
| 71 |
- `hf auth whoami` returned user `restokes92` with org `RMDWLLC`.
|
| 72 |
- `hf repos settings ... --public` completed for all four repos.
|
| 73 |
- `python3 scripts/check_hf_uploaded_release.py --namespace RMDWLLC --apply --require-public`
|
| 74 |
-
passed `17/17` checks after the public visibility switch
|
| 75 |
-
|
|
|
|
| 76 |
- The adapter, OpenCode helper, and runtime-quantized helper repos downloaded
|
| 77 |
successfully as public repos.
|
| 78 |
- The downloaded OpenCode helper installer dry-run passed and included the
|
|
|
|
| 1 |
# Kaiju Coder 7 Hugging Face Upload Evidence
|
| 2 |
|
| 3 |
+
Generated: `2026-06-03T23:37:20Z`
|
| 4 |
|
| 5 |
## Uploaded Repos
|
| 6 |
|
| 7 |
| Repo | Visibility | Evidence |
|
| 8 |
|---|---|---|
|
| 9 |
+
| `RMDWLLC/kaiju-coder-7-adapter` | public | Refreshed public helper/evidence package commit `943b6fc7e025bbacd8b94275eb4321f6b0ed69c7`; public visibility verified after 2026-06-03 speed and GGUF-candidate pass. |
|
| 10 |
+
| `RMDWLLC/kaiju-coder-7-opencode` | public | Refreshed OpenCode helper commit `032872d88fd799515ac81158e011780e0d6059f6`; public visibility, installer dry-run, and exact-file smoke verified. |
|
| 11 |
+
| `RMDWLLC/kaiju-coder-7-quantized-runtime` | public | Current public helper commit `785f3d758da493e3c435d67ef12c3e1e4d62db1a`; includes runtime bitsandbytes recipe plus GGUF Q8_0 candidate note. |
|
| 12 |
| `RMDWLLC/kaiju-coder-7` | public | `hf upload-large-folder` completed successfully, then metadata/evidence refreshed at final visible SHA `00ba85985102a14838dbb8a5692d9a75ce9da15a`; public metadata reports `private: false`. |
|
| 13 |
|
| 14 |
These SHAs are a point-in-time release evidence snapshot. Uploading this
|
|
|
|
| 71 |
- `hf auth whoami` returned user `restokes92` with org `RMDWLLC`.
|
| 72 |
- `hf repos settings ... --public` completed for all four repos.
|
| 73 |
- `python3 scripts/check_hf_uploaded_release.py --namespace RMDWLLC --apply --require-public`
|
| 74 |
+
passed `17/17` checks after the public visibility switch, after the refreshed
|
| 75 |
+
public helper upload, and again after adding stricter checks for the demo
|
| 76 |
+
runner and GGUF candidate package files.
|
| 77 |
- The adapter, OpenCode helper, and runtime-quantized helper repos downloaded
|
| 78 |
successfully as public repos.
|
| 79 |
- The downloaded OpenCode helper installer dry-run passed and included the
|