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

Model: AbteeXAILab/lumynax-longctx-yi-9b-200k
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-10 18:44:19 +08:00
commit 55906c516c
27 changed files with 177305 additions and 0 deletions

14
UPLOAD_TO_HF.md Normal file
View File

@@ -0,0 +1,14 @@
# Upload checklist (AbteeX AI Labs)
This scaffold was generated and pushed by `S:\hf-publish\add_8_more_models.py`.
The repo is structured to be cloned whole and verified locally before running.
```bash
hf download AbteeXAILab/lumynax-longctx-yi-9b-200k --local-dir lumynax-longctx-yi-9b-200k
cd lumynax-longctx-yi-9b-200k
pip install -r requirements.txt
python quickstart.py --interactive
```
To regenerate or refresh, re-run the script — `huggingface_hub.HfApi.upload_folder`
is idempotent.