narainp commited on
Commit
8ef1498
1 Parent(s): 03d5909

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -3,7 +3,6 @@ license: gemma
3
  library_name: transformers
4
  tags:
5
  - llama-cpp
6
- - gguf-my-repo
7
  widget:
8
  - messages:
9
  - role: user
@@ -12,8 +11,9 @@ inference:
12
  parameters:
13
  max_new_tokens: 200
14
  extra_gated_heading: Access Gemma on Hugging Face
15
- extra_gated_prompt: To access Gemma on Hugging Face, you’re required to review and
16
- agree to Google’s usage license. To do this, please ensure you’re logged-in to Hugging
 
17
  Face and click below. Requests are processed immediately.
18
  extra_gated_button_content: Acknowledge license
19
  ---
@@ -41,4 +41,4 @@ git clone https://github.com/ggerganov/llama.cpp && \
41
  cd llama.cpp && \
42
  make && \
43
  ./main -m gemma-2b-it-q4_k_m.gguf -n 128
44
- ```
 
3
  library_name: transformers
4
  tags:
5
  - llama-cpp
 
6
  widget:
7
  - messages:
8
  - role: user
 
11
  parameters:
12
  max_new_tokens: 200
13
  extra_gated_heading: Access Gemma on Hugging Face
14
+ extra_gated_prompt: >-
15
+ To access Gemma on Hugging Face, you’re required to review and agree to
16
+ Google’s usage license. To do this, please ensure you’re logged-in to Hugging
17
  Face and click below. Requests are processed immediately.
18
  extra_gated_button_content: Acknowledge license
19
  ---
 
41
  cd llama.cpp && \
42
  make && \
43
  ./main -m gemma-2b-it-q4_k_m.gguf -n 128
44
+ ```