1 Star 0 Fork 1

thinkerai/LLaMA-Factory --llama3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-compose.yml 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
hiyouga 提交于 2024-03-28 22:02 . update readme
version: '3.8'
services:
llama-factory:
build:
dockerfile: Dockerfile
context: .
container_name: llama_factory
volumes:
- ./hf_cache:/root/.cache/huggingface/
- ./data:/app/data
- ./output:/app/output
environment:
- CUDA_VISIBLE_DEVICES=0
ports:
- "7860:7860"
ipc: host
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: "all"
capabilities: [gpu]
restart: unless-stopped
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/thinkerai/lla-ma-factory---llama3.git
git@gitee.com:thinkerai/lla-ma-factory---llama3.git
thinkerai
lla-ma-factory---llama3
LLaMA-Factory --llama3
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385