自良 commited on
Commit
6ce1f2f
·
1 Parent(s): bac2f8d

update readme

Browse files
Files changed (1) hide show
  1. README.md +0 -14
README.md CHANGED
@@ -12,16 +12,7 @@ short_description: Official arena of IDEA-Bench.
12
  ---
13
 
14
  ## Installation
15
-
16
- - for cuda 11.8
17
- ```bash
18
- conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
19
- pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu118
20
- pip install -r requirements.txt
21
- ```
22
- - for cuda 12.1
23
  ```bash
24
- conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
25
  pip install -r requirements.txt
26
  ```
27
 
@@ -30,11 +21,6 @@ pip install -r requirements.txt
30
  python app.py
31
  ```
32
 
33
- ## Start Log server
34
- ```bash
35
- uvicorn serve.log_server:app --reload --port 22005 --host 0.0.0.0
36
- ```
37
-
38
  ## Update leaderboard
39
  ```bash
40
  cd arena_elo && bash update_elo_rating.sh
 
12
  ---
13
 
14
  ## Installation
 
 
 
 
 
 
 
 
15
  ```bash
 
16
  pip install -r requirements.txt
17
  ```
18
 
 
21
  python app.py
22
  ```
23
 
 
 
 
 
 
24
  ## Update leaderboard
25
  ```bash
26
  cd arena_elo && bash update_elo_rating.sh