deepseek-ai / deepseek-ai/FlashMLA
Some random scripts some may find useful
Open
- Dominant language
- C++
- Stars
- 12.9k
- Forks
- 1.2k
- Avg merge
- 4h 20m
- Merged PRs (30d)
- 2
Description
conda install -c conda-forge cxx-compiler --override-channels
conda install nvidia/label/cuda-12.6.0::cuda
set -x PATH $CUDA_HOME/bin $PATH
set -x LD_LIBRARY_PATH "$CUDA_HOME/targets/x86_64-linux/lib:$LD_LIBRARY_PATH"/
set -x CPATH $CUDA_HOME/targets/x86_64-linux/include/ $CPATH
if you are not using fish:
export CPATH=$CUDA_HOME/targets/x86_64-linux/include:$CPATH
export LD_LIBRARY_PATH=$CUDA_HOME/targets/x86_64-linux/lib:$LD_LIBRARY_PATH
export PATH=$CUDA_HOME/bin:$PATH
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.