Skip to content

Commit

Permalink
build ft for sm90 (#2785)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohithkrn authored Sep 25, 2023
1 parent da15713 commit 15fd0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/build_ft_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cd ../../
mkdir -p FasterTransformer/build
cd FasterTransformer/build
git submodule init && git submodule update
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 ..
make -j$(nproc)
cp lib/libth_transformer.so /tmp/binaries/
cd ../../
Expand Down

0 comments on commit 15fd0d0

Please sign in to comment.