mradermacher commited on
Commit
9caa01c
1 Parent(s): 7d8cebb

auto-patch README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -3,7 +3,7 @@ base_model: athirdpath/Llama-3.1-11b-pretrained
3
  language:
4
  - en
5
  library_name: transformers
6
- license: apache-2.0
7
  quantized_by: mradermacher
8
  tags:
9
  - text-generation-inference
@@ -23,7 +23,7 @@ tags:
23
  static quants of https://huggingface.co/athirdpath/Llama-3.1-11b-pretrained
24
 
25
  <!-- provided-files -->
26
- weighted/imatrix quants seem not to be available (by me) at this time. If they do not show up a week or so after the static ones, I have probably not planned for them. Feel free to request them by opening a Community Discussion.
27
  ## Usage
28
 
29
  If you are unsure how to use GGUF files, refer to one of [TheBloke's
 
3
  language:
4
  - en
5
  library_name: transformers
6
+ license: llama3.1
7
  quantized_by: mradermacher
8
  tags:
9
  - text-generation-inference
 
23
  static quants of https://huggingface.co/athirdpath/Llama-3.1-11b-pretrained
24
 
25
  <!-- provided-files -->
26
+ weighted/imatrix quants are available at https://huggingface.co/mradermacher/Llama-3.1-11b-pretrained-i1-GGUF
27
  ## Usage
28
 
29
  If you are unsure how to use GGUF files, refer to one of [TheBloke's