"server/text_generation_server/cache.py" did not exist on "427d7cc44459b5d06421300c8d74a07e1db1773b"
Commit 4a312373 authored by Azure-Tang's avatar Azure-Tang
Browse files

fix rocm compilation

parent c51818c3
......@@ -16,7 +16,7 @@
#include <cstdint>
#include <c10/cuda/CUDAGuard.h>
#ifdef KTRANSFORMERS_USE_ROCM
#ifdef __HIP_PLATFORM_AMD__
typedef hip_bfloat16 nv_bfloat16;
#endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment