Skip to content

ROCm Implementation of torchac_cuda from LMCache

Notifications You must be signed in to change notification settings

EmbeddedLLM/torchac_rocm

 
 

Repository files navigation

TorchAC CUDA/ROCm

For now this is a fork of torchac_cuda Github

This library is needed by LMCache repositories.

Setup

CUDA

python3 setup.py develop

ROCm

HCC_AMDGPU_TARGET=<HIP_ARCHITECTURE> python3 setup.py develop
# e.g. MI210 MI250
HCC_AMDGPU_TARGET=gfx90a python3 setup.py develop

About

ROCm Implementation of torchac_cuda from LMCache

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 83.9%
  • Python 13.0%
  • Shell 2.2%
  • C++ 0.9%