mirror of
https://github.com/JasonYANG170/CodeGeeX4.git
synced 2024-11-23 12:16:33 +00:00
436 B
436 B
Codegeex4 代码解释器DEMO
完全本地可运行的 CodeGeeX4 代码解释器.
使用方法
安装依赖
pip install gradio requests
构建并启动本地沙盒环境
docker build -t sandbox -f Dockerfile.sandbox .
docker run --name sandbox --publish 8080:8080 sandbox
启动DEMO
python app.py --tgi-addr <tgi-addr>
文档
参考 沙盒API文档。