File size: 354 Bytes
6a57244
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
license: mit
language:
- en
pipeline_tag: text-generation
---

GGUFd (f16) https://huggingface.co/yujiepan/llama-2-tiny-random

# Download

```
pip install huggingface-hub
```

From CLI:

```
huggingface-cli download \
aladar/tiny-random-LlamaForCausalLM-GGUF \
tiny-random-LlamaForCausalLM.gguf \
--local-dir . \
--local-dir-use-symlinks False
```