File size: 665 Bytes
a25e588 14e4843 a25e588 14e4843 a25e588 14e4843 a25e588 14e4843 a25e588 7c45643 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
title: MOE-LLM-GPU-POOR_LEADERBOARD
emoji: 🔥
colorFrom: green
colorTo: indigo
sdk: gradio
sdk_version: 4.9.0
app_file: app.py
pinned: true
license: apache-2.0
fullWidth: true
tags:
- leaderboard
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
## Local development
Create a virtual environment and install the dependencies:
```bash
conda create -n <env_name> python=3.10
conda activate <env_name>
pip install -r requirements.txt
```
**Follow the instructions in Dockerfile to install other necessary dependencies.**
Start the backend server in debug mode:
```bash
python backend-cli.py --debug
``` |