Gemma notebook working on runpod

This commit is contained in:
2025-05-02 17:05:28 +02:00
parent f63e5db996
commit e78fca8233
64 changed files with 16298 additions and 60 deletions

View File

@@ -11,6 +11,7 @@ declare -A FILTER_SETS=(
["core"]="-s py ./sia ./tools -s deploy . -f ^(?!procedures/).*\\.md$ ."
["lib"]="-s rust . -s py . -s doc . -s deploy ."
["notebook"]="-f Dockerfile . -f scripts/install.sh . -f scripts/local.sh ."
["webui"]="-s web ./web"
["tests"]="-s py ./test"
["procedures"]="-s doc ./procedures"