sglang_v0.5.2/build_lora_wheels.sh

2 lines
268 B
Bash
Executable File

export DOCKER_BUILDKIT=1
docker build --build-arg http_proxy=http://127.0.0.1:7890 --build-arg https_proxy=http://127.0.0.1:7890 --network=host --build-arg CUDA_VERSION=12.6.1 --target wheelhouse --output type=local,dest=./_wheelhouse --build-arg MAX_JOBS=96 .