2024-11-12
提示词工程
000
2024-11-12
DL论文
000
2024-11-12
DL论文
000

目的

大家都在玩app-agents,一个统一的android操作框架和评估方法是被需要的,这篇论文开源了他们的框架,名为AndroidLab。

https://arxiv.org/abs/2410.24024

https://github.com/THUDM/Android-Lab

2024-11-12
DL论文
000
2024-11-11
深度学习
000

Dockerfile环境:

bash
展开代码
FROM dockerpull.org/pytorch/pytorch:2.4.0-cuda12.1-cudnn9-devel RUN pip install diffusers -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple RUN pip install gradio uvicorn RUN pip install transformers -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple RUN pip install accelerate sentencepiece ftfy openai -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple WORKDIR /app COPY ./scripts /app/scripts RUN chmod +x /app/scripts/entrypoint.sh EXPOSE 7860 ENTRYPOINT ["/app/scripts/entrypoint.sh"]
2024-11-11
Linux运维
000

在Ubuntu中卸载现有的NVIDIA驱动并安装指定的驱动文件,可以按照以下步骤操作:

1. 卸载现有NVIDIA驱动

首先,确保没有程序正在使用NVIDIA显卡驱动,推荐在纯文本模式下进行操作:

2024-11-08
深度学习
000
bash
展开代码
docker run -d --gpus device=3 \ -v /data/xiedong/LLaMA-Factory/output/checkpoint-20600:/data/xiedong/LLaMA-Factory/output/checkpoint-20600 \ -p 8005:8000 \ --ipc=host \ dockerpull.org/vllm/vllm-openai:latest \ --model /data/xiedong/LLaMA-Factory/output/checkpoint-20600 --gpu_memory_utilization=0.4
2024-11-08
售卖作品
000
2024-11-07
深度学习ban
000

该文章已加密,点击 阅读全文 并输入密码后方可查看。

2024-11-07
提示词工程
000
bash
展开代码
帮我优化我的博客语言表达,不允许删除我写的内容,只能改进语言表达和顺序结构。