SJP / Taskfile.yml
Sarverott's picture
Upload folder using huggingface_hub
f270be8 verified
raw
history blame contribute delete
302 Bytes
# https://taskfile.dev
version: '3'
vars:
GREETING: Hello, World!
tasks:
download_words_variations:
cmds:
- uv run python reshare_odmiany.py
download_game_words:
cmds:
- uv run python reshare_wordgames.py
default:
cmds:
- uv run python main.py
silent: true