初始化项目,由ModelHub XC社区提供模型
Model: eaddario/gemma-3-12b-it-pruned-GGUF Source: Original Platform
This commit is contained in:
15
logits/README.md
Normal file
15
logits/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Split logits file
|
||||
|
||||
Due to upload size limits imposed by Hugging Face, the logits file has been split into three parts, and you must recreate the original file before being able to use it.
|
||||
|
||||
There are several ways to do this, but the simplest is:
|
||||
|
||||
### Unix/Linux/MacOS
|
||||
```sh
|
||||
cat gemma-3-12b-it-F16-0001-0003.logits gemma-3-12b-it-F16-0002-0003.logits gemma-3-12b-it-F16-0003-0003.logits > gemma-3-12b-it-F16.logits
|
||||
```
|
||||
|
||||
### Windows
|
||||
```sh
|
||||
copy gemma-3-12b-it-F16-0001-0003.logits + gemma-3-12b-it-F16-0002-0003.logits + gemma-3-12b-it-F16-0003-0003.logits gemma-3-12b-it-F16.logits /b
|
||||
```
|
||||
3
logits/gemma-3-12b-it-F16-0001-0003.logits
Normal file
3
logits/gemma-3-12b-it-F16-0001-0003.logits
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88b04c61b089e06074d34b95771f4b9ee602dcd181b8e7bbc4806999aad6a6be
|
||||
size 26843545600
|
||||
3
logits/gemma-3-12b-it-F16-0002-0003.logits
Normal file
3
logits/gemma-3-12b-it-F16-0002-0003.logits
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0bcf5b9cc24ad26b941f440faf5efd16fc867af0da32b7e98c775c9e784d19e3
|
||||
size 26843545600
|
||||
3
logits/gemma-3-12b-it-F16-0003-0003.logits
Normal file
3
logits/gemma-3-12b-it-F16-0003-0003.logits
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:448e9f91b32be38b4f10c12424e08f67b28ef980b0c90ab89cc6e972d9d33a61
|
||||
size 23423349780
|
||||
Reference in New Issue
Block a user