bf16_vs_fp8 / docker /Dockerfile
zjasper666's picture
Upload folder using huggingface_hub
8655a4b verified
raw
history blame contribute delete
276 Bytes
FROM nvidia/cuda:12.2.0-runtime-ubuntu20.04
RUN apt-get update -y && apt-get install -y python3.9 python3.9-distutils curl
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
RUN python3.9 get-pip.py
RUN pip3 install fschat
RUN pip3 install fschat[model_worker,webui]