wikeeyang

Results 24 comments of wikeeyang

The same error as above run "python app.py" , my environment: Windows 11 x64 Visual Studio 2019, all PATH / LIB / include parameter seted. and this enviroment to run...

supplement: just now, according to https://nvlabs.github.io/nvdiffrast/#windows docement, i try to run "python triangle.py --cuda" in the same terminal window, it's run ok and produced the image as below: ![2024-04-22_171943](https://github.com/TencentARC/InstantMesh/assets/131220899/8f48114d-63a7-437b-8ed2-a6b8d7968cb1) ![tri](https://github.com/TencentARC/InstantMesh/assets/131220899/8fed5975-68b9-4806-a9f8-c940db1299b7)...

haha... after I finished run the sample test of nvdiffrast's python script "triangle.py", I find the nvdiffrast_plugin library in the torch_extensions cache directory “C:\Users\Administrator\AppData\Local\torch_extensions\torch_extensions\Cache\py310_cu121\nvdiffrast_plugin” as below: ![2024-04-22_193304](https://github.com/TencentARC/InstantMesh/assets/131220899/a7ead1ab-8c85-4189-9970-4013271a2ea0) then I run...

> @wikeeyang i am also facing the same issue as below do i need to set the env variable also >? line 2136, in _import_module_from_library module = importlib.util.module_from_spec(spec) File "",...

> @wikeeyang can't we create env through anaconda environment following the steps provided on repo? also can you elaborate this steps _need plus some env parameter like LIB/INCLUDE and PATH...

> 你用的是 ChatGLM 自带的 gradio 代码吗? 是的,是ChatGLM-6B自带的demo代码,改了一下模型路径和Web端口。代码文件包已上传,如下附件,请帮忙分析一下。Gradio的Python包版本是3.25.0,谢谢。 [my-web-6b.zip](https://github.com/sunner/ChatALL/files/11470904/my-web-6b.zip)

> > ChatALL点击扫帚图标,清空对话历史后,输入框再也无法输入了。 > > 这个我无法复现。你那边是必现的吗?操作步骤是怎样的?用的哪个版本? 我今天又特意试了试,必现。我星火测试是正常的,聊两句后,清除历史,输入框就变灰色,再也输入不进去了。退出程序重启才行。

您好!我特意录制了视频,供参考,希望你能分析到出现我这个问题的原因。 https://github.com/sunner/ChatALL/assets/131220899/0f41edff-7711-4cd7-82b1-96c807ba8a50 操作上,Web端一直是正常的,连接同时连接星火和本地ChatGLMChatGLM时,星火也是正常的,但就是无法与Gradio后台建立连接。