https://github.com/weizhepei/WebAgent-R1

arxiv.org


算力准备

常见AI模型参数量-以及算力需求评估_小模型算力评估-CSDN博客

一文读懂大模型显存需求:从0.5B到70B,你的显卡够用吗?_70b大模型需要多少显存-CSDN博客

选型

https://console.suanli.cn/server

共绩云主机环境配置

https://api.autodl.com/market/list

image.png

上文提到不可使用容器镜像,必须使用虚拟机或裸金属:

https://console.compshare.cn/light-gpu/resources/create

网络加速:https://docs.ucloud.cn/uaaa/configuration/configuration?id=ubuntu含140416041804

更正openstreetmap的dockerfile:

WORKDIR /app
ADD Gemfile Gemfile.lock ./

RUN gem sources --clear-all \\
 && gem sources -a <https://gems.ruby-china.com> \\
 && gem install bundler -v 2.3.26 \\
 && bundle config set --global mirror.<https://rubygems.org> <https://gems.ruby-china.com> \\
 && bundle install

https://gist.github.com/banyudu/af131c7bb681e8a80b5cbe2047e62d4c

image.png

image.png