顾小杰

Results 6 issues of 顾小杰

>> Synonyms on loading stopwords [/home/guxj/anaconda3/envs/NLP/lib/python3.8/site-packages/synonyms/data/stopwords.txt] ... >> Synonyms on loading vectors [/home/guxj/anaconda3/envs/NLP/lib/python3.8/site-packages/synonyms/data/words.vector.gz] ... Traceback (most recent call last): File "", line 1, in File "/home/guxj/anaconda3/envs/NLP/lib/python3.8/multiprocessing/spawn.py", line 116, in spawn_main...

bug

发生异常: OSError [Errno url error] invalid proxy for https: 'https://127.0.0.1:7890' File "X:\Code\QA\my implement_v3\data_augment.py", line 9, in import synonyms 在导入的时候报错了,不知道为什么。 感觉是在下载的时候出现的问题: >> Synonyms downloading data from https://gitee.com/chatopera/cskefu/attach_files/610602/download/words.vector.gz to C:\Users\hisi\.conda\envs\torch\lib\site-packages\synonyms\data\words.vector.gz ... this...

bug

I got gpg key error when I build the image using the [dockerfile](https://github.com/microsoft/DeepSpeed/blob/master/docker/Dockerfile) which said: ``` #0 34.75 Reading package lists... #0 35.52 W: GPG error: https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64 InRelease: The following...

enhancement

I only got a little improvement than the native code. Was there any I missed? # Commands **cli 1:** time python generate.py --compile --compile_prefill --checkpoint_path /root/gpt-fast/codellama-34b-python/model_int8.pth --prompt "def quicksort(arr):" --max_new_tokens...

I'm in the ***main*** branch, and the checkout is also the latest: ***c67bbaba018d438447036c114133c6ad6c4f78b1***. my launch command is: ```shell python multigpu.py 30 5 ``` error is below: ```shell [W socket.cpp:663] [c10d]...

hello there, I got an error when i ran: [src/data_utils.py](https://github.com/princeton-vl/MetaGen/tree/main/src/data_utils.py) line 5: ```python from data_utils5 import * ``` threw an error: ```no module named data_utils5```, while I couldn't find the...