Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lmms-lab
/
Multimodal-SAE
like
3
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
c64cd4d
Multimodal-SAE
/
Makefile
kcz358
Update basic changes
c64cd4d
6 days 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
.