chore: initial project setup with agent guide

This commit is contained in:
Variet-Worker
2026-04-05 00:43:39 +09:00
commit 7890ff6644
1368 changed files with 213076 additions and 0 deletions

10
scripts/run_test.bat Normal file
View File

@@ -0,0 +1,10 @@
@echo off
chcp 65001 >nul
echo ---------------------------------------------------------
echo 🚀 Qwen 35B 성능 테스트 도구 시작 (python perf_test.py)
echo ---------------------------------------------------------
echo.
REM 사용자가 지정한 conda 환경의 파이썬을 이용해 성능 테스트 스크립트 실행
"C:\ProgramData\miniforge3\envs\variet-llm\python.exe" perf_test.py
echo.
pause