initial upload

This commit is contained in:
sam-paech
2025-10-17 03:44:24 +11:00
parent 49cff43c50
commit b480cb72f7
33 changed files with 4007542 additions and 0 deletions

9
.devnotes Normal file
View File

@@ -0,0 +1,9 @@
# updating submodules:
git submodule update --remote --merge # add the submodule path to update just one
git add antislop-vllm # 2. Record the new SHA(s) in the parent repo
git commit -m "Update submodule antislop-vllm to latest"
# 2. Record the new SHA(s) in the parent repo
git add slop-forensics # or `git add path/to/others`
git commit -m "Update submodule slop-forensics to latest"