From 623c8d1ed3db326e930102f60bc32bff63f61e0d Mon Sep 17 00:00:00 2001 From: Dan Garfield Date: Wed, 29 Jan 2025 08:38:36 -0700 Subject: [PATCH] Remove erroneous make command --- cuda/run.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/cuda/run.sh b/cuda/run.sh index 194b9e68..89c7417a 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)