vykanand commited on
Commit
256d01a
·
1 Parent(s): ef12370

Update README format to be compatible with Hugging Face

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -3,12 +3,9 @@ title: LLaMA 7B Server
3
  emoji: 🤖
4
  colorFrom: blue
5
  colorTo: purple
6
- # LLaMA 7B Server
7
-
8
- A FastAPI-based server for interacting with the LLaMA 7B model.
9
-
10
- ## Features
11
-
12
  - [x] Text generation
13
  - [x] Model parameters configuration
14
  - [x] REST API interface
 
3
  emoji: 🤖
4
  colorFrom: blue
5
  colorTo: purple
6
+ sdk: static
7
+ sdk_version: "1.0.0"
8
+ app_file: app.py
 
 
 
9
  - [x] Text generation
10
  - [x] Model parameters configuration
11
  - [x] REST API interface