feat: Support windows

fix: Fix install error on linux

doc: Add torch cuda FAQ
This commit is contained in:
FangYin Cheng
2023-08-21 01:35:37 +08:00
parent 119699e564
commit 3f6e9687ee
8 changed files with 274 additions and 39 deletions

View File

@@ -49,13 +49,14 @@ goto printUsage
:printUsage
echo USAGE: %0 [--db-file sqlite db file] [--sql-file sql file path to run]
echo [-d|--db-file sqlite db file path] default: %DEFAULT_DB_FILE%
echo [-f|--sql-file sqlite file to run] default: %DEFAULT_SQL_FILE%
echo [-h|--help] Usage message
echo [-d^|--db-file sqlite db file path] default: %DEFAULT_DB_FILE%
echo [-f^|--sql-file sqlite file to run] default: %DEFAULT_SQL_FILE%
echo [-h^|--help] Usage message
exit /b 0
:argDone
if "%SQL_FILE%"=="" (
if not exist "%WORK_DIR%\pilot\data" mkdir "%WORK_DIR%\pilot\data"
for %%f in (%WORK_DIR%\docker\examples\sqls\*_sqlite.sql) do (