Commit 0d96120
[GGUF] Parse Quant Label (#967)
Moving this function from moon to hf.js/gguf as I need it for
#687
```ts
const quantLabel = parseGGUFQuantLabel("abc-Q4.gguf")
console.log(quantLabel)
// Q4
```
### Order of operations
- [ ] merge #967 (this
PR) & deploy `@hf.js/gguf`
- [ ] merge #687 &
deploy `@hf.js/tasks`
- [ ] merge moon
---------
Co-authored-by: Xuan Son Nguyen <[email protected]>
Co-authored-by: Julien Chaumond <[email protected]>1 parent 683cbd0 commit 0d96120
2 files changed
+28
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
4 | 11 | | |
5 | 12 | | |
6 | 13 | | |
| |||
266 | 273 | | |
267 | 274 | | |
268 | 275 | | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
269 | 286 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
32 | 41 | | |
33 | 42 | | |
34 | 43 | | |
| |||
0 commit comments