Results 10 comments of [email protected]

python=3.9.18,deepxde=1.11.0,I can use other computers. I tried to create other environments to install the module problem with the same environment. I don’t know where there is a problem.

Does version 0.2.2 support cuda11? I mean to compile it by myself, how should I do it?

全局检索mamba,把mamba : mamba模型注释,把导入语句中的mamba删除即可

已经解决,--add-module=/xx/xxx/xxx/echo-nginx-module删除重新生成Makefile后gmake编译成功,或许是openresty1.25.5已经自动携带了echo-nginx-module,所以编译的时候重复定义导致编译失败,gmake install之后查看nginx已安装的模块中出现了--add-module=../echo-nginx-module-0.63。 (base) w@XiaoXin-15-Air:/usr/local/openresty/nginx/conf$ nginx -V nginx version: openresty/1.25.3.1 built by gcc 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04) built with OpenSSL 3.0.2 15 Mar 2022 TLS SNI support enabled configure arguments: --prefix=/usr/local/openresty/nginx --with-cc-opt=-O2...

tensorflow.python.framework.errors_impl.NotFoundError: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for [[Node: save/RestoreV2 = RestoreV2[dtypes=[DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, ..., DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT, DT_FLOAT], _device="/job:localhost/replica:0/task:0/device:CPU:0"](_arg_save/Const_0_0, save/RestoreV2/tensor_names, save/RestoreV2/shape_and_slices)]] NotFoundError (see...

我也是wsl-Ubuntu22,py37安装ctcdecode-1卡在这里很久不动,这是什么情况?

cxx11baiTRUE版本也尝试了,一模一样的问题。

> > > > > from mamba_ssm import Mamba > > > > > Traceback (most recent call last): > > > > > File "", line 1, in >...