初始化项目,由ModelHub XC社区提供模型

Model: AbteeXAILab/lumynax-infused-qwen3-06b-gguf
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-12 18:38:16 +08:00
commit 46acd1f3c6
23 changed files with 1443 additions and 0 deletions

18
UPLOAD_TO_HF.md Normal file
View File

@@ -0,0 +1,18 @@
# Upload LumynaX Infused Qwen3 0.6B GGUF
Upload the whole release folder, not just the GGUF file.
Private first:
```powershell
powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\publish_huggingface_release.ps1 -ReleaseDir .\data\releases\lumynax-infused-qwen3-06b-gguf-v1 -RepoId AbteeXAILab/lumynax-infused-qwen3-06b-gguf -Private
```
Public release:
```powershell
powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\publish_huggingface_release.ps1 -ReleaseDir .\data\releases\lumynax-infused-qwen3-06b-gguf-v1 -RepoId AbteeXAILab/lumynax-infused-qwen3-06b-gguf -Public
```
The folder includes `README.md`, `LICENSE.txt`, `.gitattributes`, `checksums.sha256`,
`release_export_manifest.json`, the GGUF file, Ollama files, and the Space bundle.