mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-05-06 07:28:12 +00:00
* [inference] add int8 rotary embedding kernel for smoothquant (#4843) * [inference] add smoothquant llama attention (#4850) * add smoothquant llama attention * remove uselss code * remove useless code * fix import error * rename file name * [inference] add silu linear fusion for smoothquant llama mlp (#4853) * add silu linear * update skip condition * catch smoothquant cuda lib exception * prcocess exception for tests * [inference] add llama mlp for smoothquant (#4854) * add llama mlp for smoothquant * fix down out scale * remove duplicate lines * add llama mlp check * delete useless code * [inference] add smoothquant llama (#4861) * add smoothquant llama * fix attention accuracy * fix accuracy * add kv cache and save pretrained * refactor example * delete smooth * refactor code * [inference] add smooth function and delete useless code for smoothquant (#4895) * add smooth function and delete useless code * update datasets * remove duplicate import * delete useless file * refactor codes (#4902) * rafactor code * add license * add torch-int and smoothquant license |
||
---|---|---|
.. | ||
gptq | ||
kernels | ||
smoothquant | ||
colossal_C_frontend.cpp | ||
compat.h | ||
cpu_adam.cpp | ||
cpu_adam.h | ||
layer_norm_cuda_kernel.cu | ||
layer_norm_cuda.cpp | ||
moe_cuda_kernel.cu | ||
moe_cuda.cpp | ||
multi_tensor_adam.cu | ||
multi_tensor_apply.cuh | ||
multi_tensor_l2norm_kernel.cu | ||
multi_tensor_lamb.cu | ||
multi_tensor_scale_kernel.cu | ||
multi_tensor_sgd_kernel.cu | ||
multihead_attention_1d.cpp | ||
multihead_attention_1d.h | ||
scaled_masked_softmax_cuda.cu | ||
scaled_masked_softmax.cpp | ||
scaled_masked_softmax.h | ||
scaled_upper_triang_masked_softmax_cuda.cu | ||
scaled_upper_triang_masked_softmax.cpp | ||
scaled_upper_triang_masked_softmax.h | ||
type_shim.h |