File size: 336 Bytes
314855a
 
 
 
 
 
 
6b0ef6c
314855a
 
 
 
 
 
 
 
 
 
 
8d53219
 
314855a
 
 
 
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/llama-2-tiny-random-GGUF \
llama-2-tiny-random.gguf \
--local-dir . \
--local-dir-use-symlinks False
```