This commit is contained in:
DelLevin-Home
2026-06-17 10:43:33 +08:00
parent db033c661f
commit 05e733e872
18 changed files with 3399 additions and 254 deletions

View File

@@ -72,7 +72,20 @@
"Bash(cat)",
"Bash(python /tmp/check_style.py)",
"Read(//tmp/**)",
"Bash(curl -s -o /dev/null -w \"HTTP Status: %{http_code}\\\\nSize: %{size_download} bytes\\\\n\" http://localhost:5000/uvr-sep/)"
"Bash(curl -s -o /dev/null -w \"HTTP Status: %{http_code}\\\\nSize: %{size_download} bytes\\\\n\" http://localhost:5000/uvr-sep/)",
"Bash(python -c \"import torch.utils._pytree as pt; print\\(hasattr\\(pt, 'register_constant'\\)\\); print\\(dir\\(pt\\)\\)\")",
"Bash(python -c \"import unsloth; print\\(unsloth.__version__\\)\")",
"Bash(head -80 \"D:\\\\Environment\\\\python\\\\python3-12\\\\Lib\\\\site-packages\\\\unsloth\\\\__init__.py\" 2>&1)",
"Bash(python -c \"import bitsandbytes as bnb; print\\('bnb OK'\\); print\\(dir\\(bnb.functional.lib\\)\\)\")",
"Bash(ls \"D:\\\\Environment\\\\python\\\\python3-12\\\\Lib\\\\site-packages\\\\unsloth\\\\\" 2>&1 | head -30)",
"Bash(python -c \"from llama_cpp import Llama; print\\('OK'\\)\")",
"Bash(curl -s -o /dev/null -w \"%{http_code}\" http://localhost:5000/ai-translate/)",
"Bash(curl -s http://localhost:5000/ai-translate/models)",
"Bash(python -m json.tool)",
"Bash(python -c \"import llama_cpp; print\\('file:', llama_cpp.__file__\\); print\\('supports_gpu:', llama_cpp.llama_supports_gpu_offload\\(\\)\\)\")",
"Bash(cat \"E:/AI/ai-translation/argos/translate-en_zh-1_9/metadata.json\")",
"Bash(ls \"E:\\\\AI\\\\ai-translation\\\\argos\")",
"Bash(cat \"E:\\\\AI\\\\ai-translation\\\\nllb\\\\nllb-200-distilled-600M\\\\config.json\" 2>&1 | head -20)"
]
}
}