gitextract_n4x04nof/ ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.md │ │ └── feature_request.md │ └── workflows/ │ └── stale.yml ├── .gitignore ├── LICENSE-CODE ├── LICENSE-MODEL ├── README.md ├── README_WEIGHTS.md └── inference/ ├── configs/ │ ├── config_16B.json │ ├── config_236B.json │ ├── config_671B.json │ └── config_v3.1.json ├── convert.py ├── fp8_cast_bf16.py ├── generate.py ├── kernel.py ├── model.py └── requirements.txt