Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
opencompass
/
ATLAS
like
3
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ATLAS
/
Makefile
“pangjh3”
modified: .gitignore
9b1c42f
7 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
213 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
.