xx-zhang

Results 25 comments of xx-zhang

> django>2.0 and django

``` docker exec -it cmdb bash > cd /opt/cmdb && python manage.py createsuperuser ```

windows版本用用 sandboxie就行了, 如果用重量级沙箱推荐 capev2 https://github.com/kevoreilly/CAPEv2 @lovebingheji

https://github.com/imClumsyPanda/langchain-ChatGLM/tree/9dee1f28c012d6ffacf97353c2db943679c962ab

@MarioHewardt suport build once and run anywhere? build with cross-ng-toolchain like musl-c, glib2.12-cross-toolchain and so on . you can see [build-anywhere](https://github.com/theopolis/build-anywhere).

t5 不支持 straming_chat , 你直接把 streaming = False 在 config 里面改下。应该就可以了

> 请大佬们帮忙看看,没办法伪装成功,网页还是能抓取真实ip! > > 测试代码: > > ``` > import requests > > > session = requests.Session() > > res = session.get("http://demo.spiderpy.cn/get/") > ans = res.json() > print(ans.get("region", None), ans.get("proxy",...

model, tokenlizer ,手动改改就是一样的了啊, 就是加了个pt, 一样的、你看看脚本里面的内容粘贴改改也可以

什么都不用改,就可以在cpu上跑,但是需要修改 `configs/model_config.py` 文件下的 `LLM_MODEL="chatglm-6b-int4"` 注意内存至少32g; 不然吐字太慢了。