mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[MetaxGPU] Support FastDeploy on metax gpu (#3241)
* [MetaxGPU] Support FastDeploy on metax gpu * Update metax_worker.py 1. change worker log; 2. remove custom allreduce, adapt it later; 3. remove cuda graph; * Update __init__.py 1. remove metax's key work comment * Update __init__.py 1. remove metax's key word comment; 2. add fused_moe_kernel_paddle import --------- Co-authored-by: yongqiangma <xing.wo@163.com>
This commit is contained in:
39
requirements_metaxgpu.txt
Normal file
39
requirements_metaxgpu.txt
Normal file
@@ -0,0 +1,39 @@
|
||||
setuptools>=62.3.0,<80.0
|
||||
pre-commit
|
||||
yapf
|
||||
flake8
|
||||
ruamel.yaml
|
||||
zmq
|
||||
aiozmq
|
||||
openai>=1.93.0
|
||||
tqdm
|
||||
pynvml
|
||||
uvicorn
|
||||
fastapi
|
||||
paddleformers
|
||||
redis
|
||||
etcd3
|
||||
httpx
|
||||
tool_helpers
|
||||
cupy-cuda12x
|
||||
pybind11[global]
|
||||
tabulate
|
||||
gradio
|
||||
xlwt
|
||||
visualdl
|
||||
setuptools-scm>=8
|
||||
prometheus-client
|
||||
decord
|
||||
moviepy
|
||||
triton
|
||||
use-triton-in-paddle
|
||||
crcmod
|
||||
fastsafetensors==0.1.14
|
||||
msgpack
|
||||
opentelemetry-api>=1.24.0
|
||||
opentelemetry-sdk>=1.24.0
|
||||
opentelemetry-instrumentation-redis
|
||||
opentelemetry-instrumentation-mysql
|
||||
opentelemetry-distro
|
||||
opentelemetry-exporter-otlp
|
||||
opentelemetry-instrumentation-fastapi
|
||||
Reference in New Issue
Block a user