1 Star 15 Fork 8

dbpunk-labs / octogen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install_package.sh 312 Bytes
一键复制 编辑 原始数据 按行查看 历史
imotai 提交于 2023-10-27 14:23 . test: add test for memory
#! /bin/sh
#
# install_package.sh
WORKDIR=`pwd`
cd ${WORKDIR}/proto && make && pip install .
cd ${WORKDIR}/sdk && pip install .
cd ${WORKDIR}/memory && pip install .
cd ${WORKDIR}/kernel && pip install .
cd ${WORKDIR}/agent && pip install .
cd ${WORKDIR}/chat && pip install .
cd ${WORKDIR}/up && pip install .
Python
1
https://gitee.com/dbpunk-labs/octogen.git
git@gitee.com:dbpunk-labs/octogen.git
dbpunk-labs
octogen
octogen
main

搜索帮助