File size: 366 Bytes
ac40692 e465fb4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
license: mit
language:
- en
pipeline_tag: text-generation
---
GGUFd https://huggingface.co/hf-internal-testing/tiny-random-BloomForCausalLM
# Download
```
pip install huggingface-hub
```
From CLI:
```
huggingface-cli download \
aladar/tiny-random-BloomForCausalLM-GGUF \
tiny-random-BloomForCausalLM.gguf \
--local-dir . \
--local-dir-use-symlinks False
``` |