chenyujing1234
chenyujing1234
我是在V100上测的。以下是报错的信息: Traceback (most recent call last): File "/home/chenyj/LMFlow/service/app.py", line 68, in predict outputs = model.inference(inputs, max_new_tokens=150,temperature=0.0, do_sample=False) File "/home/chenyj/LMFlow/src/lmflow/models/hf_decoder_model.py", line 458, in inference outputs = self.ds_engine.module.generate( File "/home/zhongm/anaconda3/envs/lmflow/lib/python3.9/site-packages/torch/utils/_contextlib.py", line 115,...
> 链接: https://pan.baidu.com/s/1che_M3EKCR1CCtV48v9zDA 提取码: s9ir 感谢
代码中的 word2vec = Word2Vec.load('../word2vec_baike/word2vec_baike') 加载的是作者自己训练的词向量,这个训练后的词向量能不能直接分享给我们?^_^