yonikremer commited on
Commit
9733474
1 Parent(s): 8a40661

removed the 7 billion model and gpt2 from linked models

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ sdk: docker
7
  app_port: 7860
8
  pinned: true
9
  fullWidth: true
10
- models: [decapoda-research/llama-30b-hf, decapoda-research/llama-13b-hf, decapoda-research/llama-7b-hf, gpt2]
11
  tags: [text-generation, pytorch, transformers, streamlit, docker]
12
  ---
13
 
 
7
  app_port: 7860
8
  pinned: true
9
  fullWidth: true
10
+ models: [decapoda-research/llama-30b-hf, decapoda-research/llama-13b-hf]
11
  tags: [text-generation, pytorch, transformers, streamlit, docker]
12
  ---
13