deepseek-ai / deepseek-ai/FlashMLA

Some random scripts some may find useful

Open
#18 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.