hanswang73

Results 30 comments of hanswang73

cm = CredentialsManager() cm.add( username="6001", password="6001" ) params = VoIPPhoneParameter( server="8.130.79.242", port=9991, ##### UDP 9990、TCP 9991、TLS 9992 user="6001", credentials_manager=cm, call_class=Call, bind_ip=socket.gethostbyname(socket.gethostname()), bind_port=9999, ##### 本地端口,无所谓 transport_mode=TransportMode.TCP ) phone = VoIPPhone(params) phone.start()...

It seems it should keep the TCP connection alway alive ? Instead of close it.

> ### Description > 中文能力确实不错,与chatGLM 6B相当,但是数理逻辑表现比较低( 也与chatGLM6B)相当。 什么时候可以开放30B级别的模型?社区期待这方面的能力有所提升。 > > ### Alternatives > _No response_ 请教下,您是在什么软硬件配置下运行成功的?我在A5000/python3.8/pytorch2.0下面,模型倒是成功下载了,但加载模型时程序就自动退出,连个错误都不报

> > > ### Description > > > 中文能力确实不错,与chatGLM 6B相当,但是数理逻辑表现比较低( 也与chatGLM6B)相当。 什么时候可以开放30B级别的模型?社区期待这方面的能力有所提升。 > > > ### Alternatives > > > _No response_ > > > > > > 请教下,您是在什么软硬件配置下运行成功的?我在A5000/python3.8/pytorch2.0下面,模型倒是成功下载了,但加载模型时程序就自动退出,连个错误都不报 >...

> 中文处理能力尚可,文本摘要比较稳定。 数理逻辑比较欠缺(相当于没有) 指令遵循能力尚可,存在听不懂的情况。 > > 总结下:任重道远,相当于chatGLM 6B类似的水平。 @znsoftm 您是说,TigerBot 180B的能力,和ChatGLM 6B的能力差不多?

So, what is the main enhancement from 0.6.8 to 0.7.0 ?

> running the command: > > `pip install --upgrade openai ` Alternatively, to install it manually, do the following: > > 1. Download openai-0.27.0-py3-none-any.whl from https://pypi.org/project/openai/#files > 2. Run `pip...

I have the same problem, but the reason is that I copy a venv directory, so VSCode still use the python.exe in original venv directory ....