We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da15713 commit 15fd0d0Copy full SHA for 15fd0d0
tools/scripts/build_ft_deps.sh
@@ -41,7 +41,7 @@ cd ../../
41
mkdir -p FasterTransformer/build
42
cd FasterTransformer/build
43
git submodule init && git submodule update
44
-cmake -DCMAKE_BUILD_TYPE=Release -DSM=70,75,80,86 -DBUILD_PYT=ON -DBUILD_MULTI_GPU=ON ..
+cmake -DCMAKE_BUILD_TYPE=Release -DSM=70,75,80,86,90 -DBUILD_PYT=ON -DBUILD_MULTI_GPU=ON ..
45
make -j$(nproc)
46
cp lib/libth_transformer.so /tmp/binaries/
47
cd ../../
0 commit comments