1 Star 0 Fork 12

wholve / byzer-llm

forked from 祝威廉 / byzer-llm 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 427 Bytes
一键复制 编辑 原始数据 按行查看 历史
WilliamZhu 提交于 2023-07-10 11:00 . update
include Makefile-flash-att
include Makefile-vllm
install-torch:
# Install specific version of torch
pip install torch --extra-index-url https://download.pytorch.org/whl/cu118 --no-cache-dir
run-dev:
SAFETENSORS_FAST_GPU=1 python -m torch.distributed.run --nproc_per_node=2 text_generation_server/cli.py serve bigscience/bloom-560m --sharded
export-requirements:
poetry export -o requirements.txt -E bnb --without-hashes
1
https://gitee.com/wholve/byzer-llm.git
git@gitee.com:wholve/byzer-llm.git
wholve
byzer-llm
byzer-llm
master

搜索帮助