Limour's Blog
  • Home
  • Archives

利用API部署自己的AGI

简单记录一下chatgpt-demo这个项目的部署过程。 123456789# ---- Dependencies ----FROM node:19.7.0WORKDIR /appCOPY chatgpt-demo /appRUN npm config set registry https://registry.npmmirror.com \ && npm install \ &a
2023-03-04
uncategorized

利用Golang反代某AI的API

某AI的API在部分地区不太稳定,这里可以在稳定的地区进行反代。 反代用的Golang源码12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
2023-03-03
uncategorized

SOCKS5转QUIC

服务端123456789101112131415161718version: '3.9'services: hysteria: image: tobyxdd/hysteria container_name: hysteria restart: always ports: - '13234:3234/udp' volu
2023-03-03
uncategorized

Warp与Tor共存

先搭建好Tor,方法点此。 申请 Warp 账户 下载 wgcf wget https://github.com/ViRb3/wgcf/releases/download/v2.2.15/wgcf\_2.2.15\_linux\_amd64 -O wgcf && chmod +x wgcf ./wgcf register ./wgcf generate 拷贝内容
2023-03-02
uncategorized

尝试用Golang静态编译可执行文件

用alpine制作docker镜像,需要静态编译的可执行文件 准备工作:Jupyter添加Golang内核 安装musl-gcc sudo docker exec -u 0 -it jupyterR bash apt update apt-get install musl-dev musl-tools exit 更新golang conda activate golang go install
2023-03-01
uncategorized

初次尝试docker build

12345678910111213141516# set alpine as the base image of the DockerfileFROM alpine:latest# update the package repository and install TorRUN apk update && apk --no-cache add tor# Copy over the
2023-02-28
uncategorized

【AIGC:图】LoRA模型风格混合

Arona+naifu+hanfu 1234567full body, <lora:aronaBlueArchive_v1:1>, arona, 1girl, white hairband, bow hairband, halo, short hair, single braid, blue eyes, two-tone hair, multicolored hair, blue h
2023-02-17
uncategorized

【AIGC:图】Stable Diffusion 试用【汉服国风】

最终效果图 安装Web-UI【AI绘画】启动器正式发布!一键启动/修复/更新/模型下载管理全支持! 安装秋葉aaaki大佬的启动器和整合包。镜像和基本常识点此。并更新到最新版 启动器-高级选项-自定义参数里填入 --deepdanbooru --always-batch-cond-uncond 安装相关模型和LoRAStable Diffusion 照骗级国风 个人
2023-02-17
uncategorized

【转载】深入理解语言模型的突现能力 & 拆解追溯 GPT-3.5 各项能力的起源

**根据转载协议,在文章的开头标明出处:深入理解语言模型的突现能力和拆解追溯 GPT-3.5 各项能力的起源转载自符尧、彭昊、Tushar Khot在notion上的文章,翻译李如寐、郭志江**。 深入理解语言模型的突现能力注:本文完成于 ChatGPT 上线之前的一个月,当时我意识到大模型非同小可,所以写下本文,希望引起更多人关注到大模型有可能带来的研究范式转变。一个月之后,ChatGPT 上线
2023-02-16
uncategorized

Docker:使用 Gost 搭建 HTTPS 代理

1234567891011version: '3.3'services: gost: restart: unless-stopped ports: - '13443:13443' image: ginuerzh/gost volumes: - ./ssl
2023-02-14
uncategorized
12345…39

Search

湘公网安备 43130202000203号 湘ICP备20008299号 萌ICP备20210128号

Hexo Fluid SRC