茶杯头 CupHead (switch)
- 2020-01-xx 0%
- 2022-11-20 40%
- 2022-11-25 44%
- 2022-11-28 48% 2号世界简单难度通关,待普通难度灵魂收集。
精灵宝可梦 Let’s go 皮卡丘 (switch)
- 2022-11-01 开始冒险
- 2022-11-27 46只,4道馆,15:20
- 2023-01-12 48只,4道馆,17:44
- 2023-02-08 60只,5道馆,22:12
- 2023-02-11 68只,5道馆,23:37
Personal site of Zachary (Zhifeng Li).
茶杯头 CupHead (switch)
精灵宝可梦 Let’s go 皮卡丘 (switch)
我在阿里云上的服务器只有cpu,没法跑当前的大模型,于是我想到用本地的mac mini 运行模型服务,再通过服务器转发出来。
step1: 内网穿透,将mac mini 上的端口映射到服务器上
step2: 服务器配置nginx 转发出来,需要注意的是 gradio 的api是通过websocket 进行的,因此需要在服务器上配置。
参考:
妙妙屋由草莓君搭建,目前包括以下站点:
数据检查 openai tools fine_tunes.prepare_data -f <LOCAL_FILE>
查看微调任务状态 openai api fine_tunes.list
查看微调结果 openai api fine_tunes.results -i <JOB_ID>
查看可用的模型 curl https://api.openai.com/v1/models -H 'Authorization: Bearer API-KEY'
本文记录了使用 docker, mysql, nginx 部署 wordpress 的基本流程,供读者参考。遇到问题欢迎留言交流~
继续阅读“使用 Docker 部署 WordPress”