Giter Site home page Giter Site logo

wx36 / codegen Goto Github PK

View Code? Open in Web Editor NEW

This project forked from git-cloner/codegen

0.0 0.0 0.0 2.81 MB

Salesforce codegen with web server

Home Page: https://gitclone.com/aiit/chat/

License: MIT License

JavaScript 20.05% Python 66.87% CSS 3.86% HTML 9.23%

codegen's Introduction

Codegen

Salesforce codegen,THUDM/ChatGLM-6B with web server

Fork from https://github.com/salesforce/CodeGen

Add web server support

Support THUDM/ChatGLM-6B Now

Online demo

https://gitclone.com/aiit/chat/

Visual Studio Code Extension

https://github.com/git-cloner/codegeeker

reference

https://zhuanlan.zhihu.com/p/598982945 做一个生产级别的类似ChatGPT的聊天机器人
https://www.zhihu.com/zvideo/1596160335995641856 基于gpt-j-6b的聊天机器人
https://zhuanlan.zhihu.com/p/594946225 在亚马逊aws的云主机上搭建gpt-j-6b模型
https://zhuanlan.zhihu.com/p/588616069 做一个类似github copilot的免费代码生成器
https://zhuanlan.zhihu.com/p/620233511 清华ChatGLM-6B模型实践
https://zhuanlan.zhihu.com/p/620070973 ColossalAI推理实践
https://zhuanlan.zhihu.com/p/619954588 Chinese-LLaMA-Alpaca实践
https://zhuanlan.zhihu.com/p/624286959 FastChat部署与流式调用实践

usage

Clone code

git clone https://gitclone.com/github.com/git-cloner/codegen

Install

1.install Nvidia Graphics Card and Driver

2.install conda

3.init vitual runtime

conda create -n codegen python=3.8
conda activate codegen
pip install pillow -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com
pip install torch torchvision torchaudio -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com
pip install transformers==4.25.1 -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com
pip install accelerate -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com
pip install aiohttp==3.8.3 -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com
pip install aiohttp_cors==0.7.0 -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com
#pip install huggingface for gpt-neo
pip install datasets -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com
pip install gradio -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com
pip install sentencepiece==0.1.91 -i http://pypi.douban.com/simple --trusted-host=pypi.douban.com

Download model

wget -P checkpoints https://storage.googleapis.com/sfr-codegen-research/checkpoints/codegen-350M-nl.tar.gz && tar -xvf checkpoints/codegen-350M-nl.tar.gz -C checkpoints/
wget -P checkpoints https://storage.googleapis.com/sfr-codegen-research/checkpoints/codegen-350M-multi.tar.gz && tar -xvf checkpoints/codegen-350M-multi.tar.gz -C checkpoints/
wget -P checkpoints https://storage.googleapis.com/sfr-codegen-research/checkpoints/codegen-350M-mono.tar.gz && tar -xvf checkpoints/codegen-350M-mono.tar.gz -C checkpoints/

run as web server

conda activate codegen
python codegen.py

test

post: http://127.0.0.1:5001/codegen or direct post to :https://gitclone.com/aiit/codegen

Use Salesforce codegen

input params: {"context":"def hello_world():","maxlength":128}

return params: { "result": "\n print("Hello world")\n hello_world()\n ", "time": 1.9620850095525384 }

Use THUDM/ChatGLM-6B

input params: {"context":"写一个python版的数组排序","maxlength":128}

codegen's People

Contributors

little51 avatar heping-yang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.