sheiy
sheiy
``` FROM python:3.10 ENV PPOCR=2.7.1 ENV DET=ch_PP-OCRv4_det_infer.tar ENV CLS=ch_ppocr_mobile_v2.0_cls_slim_infer.tar ENV REC=ch_PP-OCRv4_rec_infer.tar RUN apt-get update -y && apt-get install ffmpeg libsm6 libxext6 -y COPY ./PaddleOCR-release-2.7.1.zip ./ RUN unzip PaddleOCR-release-2.7.1.zip RUN mv...
Same. But I can run `Qwen1.5-14B-Chat-GPTQ-Int4` with 2 GPUs And I can run `Qwen-72B-Chat-Int4` with `fastchat` `python -m vllm.entrypoints.openai.api_server --served-model-name Qwen1.5-32B-Chat --model Qwen1.5-32B-Chat-GPTQ-Int4 --tensor-parallel-size 4 --gpu-memory-utilization 1 --enforce-eager` ``` INFO...
@MiracleZ3 用ollama跑吧 方便很多
How is this going?
> > 欢迎提交 PR~ Taro 非常感谢您对开源事业做出的贡献!🌷🌷🌷 > > 一般 PR 会在**一到两周**内进行 review,成功合入后会随下一个版本进行发布。 > > Review 需要耗费大量时间,所以请遵循以下规范,协助我们提高 review 效率🙏🙏🙏 > > > > 1. 详细介绍 PR 的背景(**非常重要**,例如解决了什么问题,该问题如何复现等) > > 2. 确保...
哪位大哥知道如何把taro里的静态svg打到鸿蒙项目里去?感谢
也不能这么说,至少视频中的训练方法和脚本是有用的,并且通过mac进行微调的可行性得到了验证
@jiuker pls check this pr thanks
@kikoncuo same issue. Could your please tell me how to fix it ?
```shell cat /etc/nvidia-container-runtime/config.toml swarm-resource = "DOCKER_RESOURCE_GPU" ``` ``` cat /etc/docker/daemon.json { "data-root": "/data/docker-data", "default-runtime": "nvidia", "node-generic-resources": [ "gpu=GPU-13efa0bb-0379-f661-b81f-38e2b3c005c0", "gpu=GPU-6d5cfac8-cd1c-53ee-c314-9d5bb877cb28", "gpu=GPU-26751515-5e3e-fa16-024e-ee26f754eae5", "gpu=GPU-c4b0146e-7914-0a81-0f9d-faf480945d13", "gpu=GPU-a9c877b3-3a30-af26-a499-f90888ce83ef" ], "registry-mirrors": [ "https://docker.m.daocloud.io" ], "runtimes": { "nvidia":...