submit code

This commit is contained in:
wangshuai6
2025-04-09 11:01:16 +08:00
parent 4fbcf9bd87
commit 06499f1caa
145 changed files with 14400 additions and 0 deletions

4
tools/debug_env.sh Normal file
View File

@@ -0,0 +1,4 @@
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/compat
pip3 install -r requirements.txt
git branch --set-upstream-to=origin/master master
git pull