Upload folder using huggingface_hub
Browse files- .DS_Store +0 -0
- gemma-3-1b-it-int8-v1/README.md +1 -1
- qwen2.5-0.5b-int8-v1/README.md +1 -1
.DS_Store
ADDED
|
Binary file (6.15 kB). View file
|
|
|
gemma-3-1b-it-int8-v1/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This folder contains a Cellm-converted Gemma 3 1B Instruct model and tokenizer a
|
|
| 27 |
## Inference Check (cellm)
|
| 28 |
|
| 29 |
```bash
|
| 30 |
-
cd
|
| 31 |
./target/release/infer \
|
| 32 |
--model models/to-huggingface/gemma-3-1b-it-int8-v1/gemma-3-1b-it-int8-v1.cellm \
|
| 33 |
--tokenizer models/to-huggingface/gemma-3-1b-it-int8-v1/tokenizer.json \
|
|
|
|
| 27 |
## Inference Check (cellm)
|
| 28 |
|
| 29 |
```bash
|
| 30 |
+
cd .
|
| 31 |
./target/release/infer \
|
| 32 |
--model models/to-huggingface/gemma-3-1b-it-int8-v1/gemma-3-1b-it-int8-v1.cellm \
|
| 33 |
--tokenizer models/to-huggingface/gemma-3-1b-it-int8-v1/tokenizer.json \
|
qwen2.5-0.5b-int8-v1/README.md
CHANGED
|
@@ -26,7 +26,7 @@ This folder contains a Cellm-converted Qwen2.5 0.5B model and tokenizer assets,
|
|
| 26 |
## Usage (Cellm CLI)
|
| 27 |
|
| 28 |
```bash
|
| 29 |
-
cd
|
| 30 |
./target/release/infer \
|
| 31 |
--model models/to-huggingface/qwen2.5-0.5b-int8-v1/qwen2.5-0.5b-int8-v1.cellm \
|
| 32 |
--tokenizer models/to-huggingface/qwen2.5-0.5b-int8-v1/tokenizer.json \
|
|
|
|
| 26 |
## Usage (Cellm CLI)
|
| 27 |
|
| 28 |
```bash
|
| 29 |
+
cd .
|
| 30 |
./target/release/infer \
|
| 31 |
--model models/to-huggingface/qwen2.5-0.5b-int8-v1/qwen2.5-0.5b-int8-v1.cellm \
|
| 32 |
--tokenizer models/to-huggingface/qwen2.5-0.5b-int8-v1/tokenizer.json \
|