Skip to content

Commit

Permalink
Remove outdated instructions from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyever committed May 15, 2024
1 parent 5af4b49 commit 1c7cfa0
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,30 +88,15 @@
# disables use of system-wide nccl (we will use our submoduled
# copy in third_party/nccl)
#
# USE_IBVERBS
# toggle features related to distributed support
#
# USE_OPENCV
# enables use of OpenCV for additional operators
#
# USE_OPENMP=0
# disables use of OpenMP for parallelization
#
# USE_FFMPEG
# enables use of ffmpeg for additional operators
#
# USE_FLASH_ATTENTION=0
# disables building flash attention for scaled dot product attention
#
# USE_MEM_EFF_ATTENTION=0
# disables building memory efficient attention for scaled dot product attention
#
# USE_LEVELDB
# enables use of LevelDB for storage
#
# USE_LMDB
# enables use of LMDB for storage
#
# BUILD_BINARY
# enables the additional binaries/ build
#
Expand Down Expand Up @@ -148,9 +133,6 @@
# MKL_THREADING
# MKL threading mode: SEQ, TBB or OMP (default)
#
# USE_REDIS
# Whether to use Redis for distributed workflows (Linux only)
#
# USE_ZSTD
# Enables use of ZSTD, if the libraries are found
#
Expand Down

0 comments on commit 1c7cfa0

Please sign in to comment.