Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TTimur
/
OpenLLMKyrgyzLeaderboard_v0.1
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c22b238
OpenLLMKyrgyzLeaderboard_v0.1
/
Makefile
TTimur
Initial commit
c097229
6 months ago
raw
Copy download link
history
blame
Safe
208 Bytes
.PHONY
: style format
style:
python -m black --line-length 119 .
python -m isort .
ruff
check
--fix .
quality:
python -m black --check --line-length 119 .
python -m isort --check-only .
ruff
check
.