Skip to content

Commit

Permalink
Startup steps
Browse files Browse the repository at this point in the history
  • Loading branch information
zpeng11 committed Jan 10, 2025
1 parent c374032 commit d984849
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 18 deletions.
13 changes: 13 additions & 0 deletions 00.检查安装CudaToolkits.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
@echo off
echo 1. Pretrained data

WHERE nvidia-smi
IF %ERRORLEVEL% NEQ 0 (
echo 'CudaTookit No Ready!!!! Please install manually'
) else (
echo 'CudaTookit Ready, go ahead next step'
)
echo.
echo.
echo Make sure everything is OK before you run 01A or 01B.
pause
11 changes: 0 additions & 11 deletions 00.检查并补齐必需文件.bat

This file was deleted.

5 changes: 5 additions & 0 deletions 00A.英伟达CudaToolkits.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://developer.nvidia.com/cuda-downloads
5 changes: 5 additions & 0 deletions 00B.Spout2插件.url
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{000214A0-0000-0000-C000-000000000046}]
Prop3=19,11
[InternetShortcut]
IDList=
URL=https://github.com/Off-World-Live/obs-spout2-plugin/releases
6 changes: 0 additions & 6 deletions 00B.预训练数据下载(需要科学上网).url

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ call conda env list
call conda activate ezvtb_rt_venv
call conda env list

python launcher.py
python launcher.py

pause

0 comments on commit d984849

Please sign in to comment.