Spaces:
Running
on
Zero
Running
on
Zero
| title: K-Sort Arena | |
| emoji: 📈 | |
| colorFrom: purple | |
| colorTo: pink | |
| sdk: gradio | |
| sdk_version: 4.21.0 | |
| app_file: app.py | |
| pinned: false | |
| license: mit | |
| tags: | |
| - arena | |
| - leaderboard | |
| short_description: Efficient Image/Video K-Sort Arena | |
| ## Installation | |
| - for cuda 11.8 | |
| ```bash | |
| conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia | |
| pip3 install -U xformers --index-url https://download.pytorch.org/whl/cu118 | |
| pip install -r requirements.txt | |
| ``` | |
| - for cuda 12.1 | |
| ```bash | |
| conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia | |
| pip install -r requirements.txt | |
| ``` | |
| ## Start Hugging Face UI | |
| ```bash | |
| python app.py | |
| ``` | |
| ## Citation | |
| Paper: https://huggingface.co/papers/2408.14468 |