leaderboard / README.md
Jae-Won Chung
Initial commit
19b22c9
|
raw
history blame
277 Bytes
# ML.ENERGY Leaderboard
## Devs
Currently setup in `ampere02`:
1. Find model weights in `/data/leaderboard/weights/`, e.g. subdirectory `llama` and `vicuna`.
2. Let's share the Huggingface Transformer cache:
```bash
export TRANSFORMERS_CACHE=/data/leaderboard/hfcache
```