coding-llm-space / Makefile
girish00's picture
Upload folder using huggingface_hub
07a91a1 verified
raw
history blame contribute delete
325 Bytes
.PHONY: install run space smoke compile docker-up docker-down
install:
python tasks.py install
run:
python tasks.py run
space:
python tasks.py space
smoke:
python tasks.py smoke
compile:
python tasks.py compile
docker-up:
python tasks.py docker-up
docker-down:
python tasks.py docker-down