yi zhao

Results 4 issues of yi zhao

感谢大佬的项目,很有启发~ 问一个服务器的问题,由于服务器不能联网,现在报这个错: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /THUDM/chatglm-6b/resolve/main/tokenizer_config.json (Caused by ConnectTimeoutError(, 'Connection to huggingface.co timed out. (connect timeout=10)'))' thrown while requesting HEAD https://huggingface.co/THUDM/chatglm-6b/resolve/main/tokenizer_config.json 想知道这些文件我从本地上传到哪个目录,以及在代码中该怎么指定(如果需要的话)

### Is your feature request related to a problem? Please describe. RT ### Solutions 感觉目前的界面只能上传,不能暂停/删除。想问下存在本地的话存在哪里,我的服务器好像因为传这个而崩了 ### Additional context _No response_

您好,项目有很大启发,感谢~ 不过出现了这个问题,想问下是不是我什么操作导致的?或者是现有的一些问题吗

bug

I run the code, but encounter an error in Line35 in sample.py. "name 'vocab' is not defined" I checked that there seemed no variables named vocab, am i wrong or...