syuoni / eznlp

Easy Natural Language Processing
Apache License 2.0
130 stars 21 forks source link

请问复现boundary smoothing时的python版本、pytorch版本、cudatoolkit版本可以更高吗 #47

Closed happyZew closed 4 months ago

happyZew commented 4 months ago

机器 cuda version 12.0,使用readme配置环境导入torch会报错/lib/../../../../libcublas.so.11: symbol free_gemm_select version libcublasLt.so.11 not defined in file libcublasLt.so.11 with link time reference

syuoni commented 4 months ago

你好,README 里给出的是论文实验使用的环境配置。我自己之前测试过,用更新版本的 PyTorch 是没问题的,你可以自己尝试一下。allennlp 和 flair 两个库可能比较容易造成依赖问题,其实可以去掉,因为实际实验里没有用到。