aladar commited on
Commit
6a57244
1 Parent(s): dde180b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ ---
7
+
8
+ GGUFd (f16) https://huggingface.co/yujiepan/llama-2-tiny-random
9
+
10
+ # Download
11
+
12
+ ```
13
+ pip install huggingface-hub
14
+ ```
15
+
16
+ From CLI:
17
+
18
+ ```
19
+ huggingface-cli download \
20
+ aladar/tiny-random-LlamaForCausalLM-GGUF \
21
+ tiny-random-LlamaForCausalLM.gguf \
22
+ --local-dir . \
23
+ --local-dir-use-symlinks False
24
+ ```
25
+