@ch312568 / bootcode / commits / c522b44

Initial commit

siGit committed Sep 10, 2026 at 05:44 UTC c522b448eb8324b72ce582455862242baf640479
1 file changed +21
README.md new
+21
@@ -0,0 +1,21 @@
1 +---
2 +license: apache-2.0
3 +pipeline_tag: text-generation
4 +library_name: transformers
5 +tags:
6 + - bootcode
7 +---
8 +
9 +# bootcode
10 +
11 +Describe your model here. Document its architecture, training data,
12 +intended use, limitations, and how to load the weights.
13 +
14 +Push your weight files (`*.safetensors`, `*.gguf`, `*.bin`) with Git LFS:
15 +
16 +```bash
17 +git lfs install
18 +git lfs track "*.safetensors" "*.gguf"
19 +git add .gitattributes
20 +git push origin main
21 +```