aladar commited on
Commit
ac40692
1 Parent(s): 3b06124

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 https://huggingface.co/hf-internal-testing/tiny-random-BloomForCausalLM
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-BloomForCausalLM-GGUF \
21
+ tiny-random-BloomForCausalLM.gguf \
22
+ --local-dir . \
23
+ --local-dir-use-symlinks False
24
+ ```
25
+