Finalize v4.1 stable lock and Korean runtime description
Browse files- README.md +18 -0
- RELEASE_NOTES_v4_1_STABLE.md +33 -0
- RUNTIME_PACKAGE_NOTICE.md +6 -0
- STABLE_RELEASE_LOCK.json +10 -0
- VERSION.json +19 -3
README.md
CHANGED
|
@@ -19,6 +19,24 @@ pipeline_tag: text-generation
|
|
| 19 |
|
| 20 |
# Qwen3 8B Korean Coding Router - Combined Local + Router Runtime
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
This repository combines two local runtime layers:
|
| 23 |
|
| 24 |
1. `local_ollama_runtime/`
|
|
|
|
| 19 |
|
| 20 |
# Qwen3 8B Korean Coding Router - Combined Local + Router Runtime
|
| 21 |
|
| 22 |
+
## 한국어 설명
|
| 23 |
+
|
| 24 |
+
Qwen3-8B를 Ollama에서 불러오고, 우리가 만든 Router API v4.1과 Open WebUI Docker stack을 결합한 한국어 코딩/운영 보조 런타임 배포판입니다.
|
| 25 |
+
|
| 26 |
+
## English Summary
|
| 27 |
+
|
| 28 |
+
Qwen3-8B based Korean coding/ops runtime package for Ollama, Open WebUI, and Docker Router API v4.1. Includes local Ollama runtime and router stack; model weights are not included.
|
| 29 |
+
|
| 30 |
+
## Stable Release
|
| 31 |
+
|
| 32 |
+
```text
|
| 33 |
+
STABLE_LOCKED_VERSION=v4.1
|
| 34 |
+
ROUTER_API=Qwen3RouterAPI/4.1
|
| 35 |
+
ROUTING=priority_intent_router_v4_1
|
| 36 |
+
HF_REPO=koreallmdev/qwen3-8b-korean-coding-router
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
|
| 40 |
This repository combines two local runtime layers:
|
| 41 |
|
| 42 |
1. `local_ollama_runtime/`
|
RELEASE_NOTES_v4_1_STABLE.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# v4.1 Final Stable Lock
|
| 2 |
+
|
| 3 |
+
```text
|
| 4 |
+
status=STABLE_LOCKED
|
| 5 |
+
decision=QWEN3_ROUTER_V4_1_FINAL_STABLE_LOCKED
|
| 6 |
+
repo_id=koreallmdev/qwen3-8b-korean-coding-router
|
| 7 |
+
hf_url=https://huggingface.co/koreallmdev/qwen3-8b-korean-coding-router
|
| 8 |
+
```
|
| 9 |
+
|
| 10 |
+
## 한국어 설명
|
| 11 |
+
|
| 12 |
+
Qwen3-8B를 Ollama에서 불러오고, 우리가 만든 Router API v4.1과 Open WebUI Docker stack을 결합한 한국어 코딩/운영 보조 런타임 배포판입니다.
|
| 13 |
+
|
| 14 |
+
## 구성
|
| 15 |
+
|
| 16 |
+
```text
|
| 17 |
+
local_ollama_runtime/
|
| 18 |
+
docker_openwebui_router_stack/
|
| 19 |
+
README.md
|
| 20 |
+
RUNTIME_PACKAGE_NOTICE.md
|
| 21 |
+
VERSION.json
|
| 22 |
+
reports/
|
| 23 |
+
```
|
| 24 |
+
|
| 25 |
+
## 주의
|
| 26 |
+
|
| 27 |
+
이 저장소는 full model checkpoint가 아니라 runtime package입니다.
|
| 28 |
+
Qwen3 base weights는 포함하지 않습니다.
|
| 29 |
+
Ollama에서 qwen3:8b를 먼저 받아야 합니다.
|
| 30 |
+
|
| 31 |
+
```bash
|
| 32 |
+
ollama pull qwen3:8b
|
| 33 |
+
```
|
RUNTIME_PACKAGE_NOTICE.md
CHANGED
|
@@ -32,3 +32,9 @@ Unsupported usage:
|
|
| 32 |
```python
|
| 33 |
AutoModelForCausalLM.from_pretrained("koreallmdev/qwen3-8b-korean-coding-router")
|
| 34 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
```python
|
| 33 |
AutoModelForCausalLM.from_pretrained("koreallmdev/qwen3-8b-korean-coding-router")
|
| 34 |
```
|
| 35 |
+
|
| 36 |
+
## Korean Runtime Description
|
| 37 |
+
|
| 38 |
+
Qwen3-8B를 Ollama에서 불러오고, 우리가 만든 Router API v4.1과 Open WebUI Docker stack을 결합한 한국어 코딩/운영 보조 런타임 배포판입니다.
|
| 39 |
+
|
| 40 |
+
This stable release is locked as v4.1.
|
STABLE_RELEASE_LOCK.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"status": "STABLE_LOCKED",
|
| 3 |
+
"decision": "QWEN3_ROUTER_V4_1_FINAL_STABLE_LOCKED",
|
| 4 |
+
"repo_id": "koreallmdev/qwen3-8b-korean-coding-router",
|
| 5 |
+
"hf_url": "https://huggingface.co/koreallmdev/qwen3-8b-korean-coding-router",
|
| 6 |
+
"description_ko": "Qwen3-8B를 Ollama에서 불러오고, 우리가 만든 Router API v4.1과 Open WebUI Docker stack을 결합한 한국어 코딩/운영 보조 런타임 배포판입니다.",
|
| 7 |
+
"description_en": "Qwen3-8B based Korean coding/ops runtime package for Ollama, Open WebUI, and Docker Router API v4.1. Includes local Ollama runtime and router stack; model weights are not included.",
|
| 8 |
+
"hf_dir": "/home/saul9523/dgx_ai_factory/101_qwen_next_coding_1m_train/dist/hf_combined_runtime/qwen3-8b-korean-coding-router-combined-local-router-v4.1-stable",
|
| 9 |
+
"locked_at": "2026-07-11 23:54:27"
|
| 10 |
+
}
|
VERSION.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
-
"status": "
|
| 3 |
-
"decision": "
|
| 4 |
"name": "qwen3-8b-korean-coding-router-combined-local-router-v4.1-stable",
|
| 5 |
"repo_id": "koreallmdev/qwen3-8b-korean-coding-router",
|
| 6 |
"created_at": "2026-07-11 23:45:06",
|
|
@@ -138,5 +138,21 @@
|
|
| 138 |
},
|
| 139 |
"stack": "/home/saul9523/dgx_ai_factory/101_qwen_next_coding_1m_train/dist/docker_openwebui_router/qwen3-router-openwebui-stack",
|
| 140 |
"local_ollama": "/home/saul9523/dgx_ai_factory/101_qwen_next_coding_1m_train/dist/ollama/qwen3-8b-korean-coding-router-ollama-full"
|
| 141 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 142 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"status": "STABLE_LOCKED",
|
| 3 |
+
"decision": "QWEN3_ROUTER_V4_1_FINAL_STABLE_LOCKED",
|
| 4 |
"name": "qwen3-8b-korean-coding-router-combined-local-router-v4.1-stable",
|
| 5 |
"repo_id": "koreallmdev/qwen3-8b-korean-coding-router",
|
| 6 |
"created_at": "2026-07-11 23:45:06",
|
|
|
|
| 138 |
},
|
| 139 |
"stack": "/home/saul9523/dgx_ai_factory/101_qwen_next_coding_1m_train/dist/docker_openwebui_router/qwen3-router-openwebui-stack",
|
| 140 |
"local_ollama": "/home/saul9523/dgx_ai_factory/101_qwen_next_coding_1m_train/dist/ollama/qwen3-8b-korean-coding-router-ollama-full"
|
| 141 |
+
},
|
| 142 |
+
"stable_locked_version": "v4.1",
|
| 143 |
+
"description_ko": "Qwen3-8B를 Ollama에서 불러오고, 우리가 만든 Router API v4.1과 Open WebUI Docker stack을 결합한 한국어 코딩/운영 보조 런타임 배포판입니다.",
|
| 144 |
+
"description_en": "Qwen3-8B based Korean coding/ops runtime package for Ollama, Open WebUI, and Docker Router API v4.1. Includes local Ollama runtime and router stack; model weights are not included.",
|
| 145 |
+
"hf_url": "https://huggingface.co/koreallmdev/qwen3-8b-korean-coding-router",
|
| 146 |
+
"locked_at": "2026-07-11 23:54:27",
|
| 147 |
+
"runtime_type": "combined_local_ollama_runtime_plus_docker_openwebui_router_stack",
|
| 148 |
+
"not_a_full_checkpoint": true,
|
| 149 |
+
"base_model_required": "Qwen/Qwen3-8B via Ollama qwen3:8b",
|
| 150 |
+
"router_api": "Qwen3RouterAPI/4.1",
|
| 151 |
+
"routing": "priority_intent_router_v4_1",
|
| 152 |
+
"local_urls": {
|
| 153 |
+
"openwebui": "http://127.0.0.1:3001",
|
| 154 |
+
"router_api": "http://127.0.0.1:8011/v1",
|
| 155 |
+
"ollama_api": "http://127.0.0.1:11435"
|
| 156 |
+
},
|
| 157 |
+
"final_lock_report": "/home/saul9523/dgx_ai_factory/101_qwen_next_coding_1m_train/reports/final_stable_lock_v4_1_20260711_235427.json"
|
| 158 |
}
|