Jett Wang
Jett Wang
model = AutoModel.from_pretrained("THUDM/visualglm-6b", trust_remote_code=True).half().cuda() 改为 model = AutoModel.from_pretrained("THUDM/visualglm-6b", trust_remote_code=True).half().to(“mps”)
@arun04cbe @brandon-vidoori I changed a site without changing any code, and the code executed successfully; I changed other sites again, and it worked. I feel a little strange, this failed...
应该是数据库没有连接成功
登录系统时增加了对错误的判断, 对可能的数据库连接错误会显示 “Database connection failed”
When using freeradius to process eap, freeradius acts as a radius protocol processing server, toughradius acts as a user data management backend, freeradius starts the rest(client) module and toughradius provides...
https://github.com/talkincode/toughradius/blob/main/assets/freeradius/mods-enabled/rest
eap-md5 eap-mschapv2 is supported.
Still in development
radsec 证书错误 1819 是 TR069服务
应该不会考虑, 因为简单使用 freeradius 桥接可以做的很好,将freeradius 作为 协议解析器即可, 不失为一个 docker 容器