diff --git a/cuda/run.sh b/cuda/run.sh index 194b9e6..89c7417 100755 --- a/cuda/run.sh +++ b/cuda/run.sh @@ -33,9 +33,6 @@ echo "$MODEL model found." fi -# Build the project -make build - # Get the number of available CPU threads n_threads=$(grep -c ^processor /proc/cpuinfo)