Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

在哪里切换语言 #192

Closed
Rayforward opened this issue Jul 31, 2023 · 18 comments
Closed

在哪里切换语言 #192

Rayforward opened this issue Jul 31, 2023 · 18 comments

Comments

@Rayforward
Copy link

软件打开是英文的,虽然看得懂,但很麻

@bropines
Copy link
Contributor

As such, there is no language change. Set the system to Chinese (in the operating system).

@Rayforward
Copy link
Author

As such, there is no language change. Set the system to Chinese (in the operating system).

The strange thing is that all my system Settings are in Chinese, and other software that relies on system Settings displays Chinese normally

dmMaze added a commit that referenced this issue Aug 1, 2023
@dmMaze
Copy link
Owner

dmMaze commented Aug 1, 2023

be72aa4 以后能界面里改了

@Rayforward
Copy link
Author

be72aa4 以后能界面里改了

好耶,感谢。还有就是,现在的dev分支还不能改是吗

@dmMaze
Copy link
Owner

dmMaze commented Aug 1, 2023

be72aa4 以后能界面里改了

好耶,感谢。还有就是,现在的dev分支还不能改是吗

这个就是在dev啊

@Rayforward
Copy link
Author

be72aa4 以后能界面里改了

好耶,感谢。还有就是,现在的dev分支还不能改是吗

这个就是在dev啊

我是指,我克隆了dev分支到本地,复制粘贴覆盖进core文件夹,好像还是没找到切换语言功能,于是我在想“以后”是指功能还没添加完成

@bropines
Copy link
Contributor

bropines commented Aug 1, 2023

我是指,我克隆了dev分支到本地,复制粘贴覆盖进core文件夹,好像还是没找到切换语言功能,于是我在想“以后”是指功能还没添加完成

I'll check now. A few minutes

@bropines
Copy link
Contributor

bropines commented Aug 1, 2023

be72aa4 以后能界面里改了

好耶,感谢。还有就是,现在的dev分支还不能改是吗

这个就是在dev啊

我是指,我克隆了dev分支到本地,复制粘贴覆盖进core文件夹,好像还是没找到切换语言功能,于是我在想“以后”是指功能还没添加完成

image

@dmMaze
Copy link
Owner

dmMaze commented Aug 1, 2023

be72aa4 以后能界面里改了

好耶,感谢。还有就是,现在的dev分支还不能改是吗

这个就是在dev啊

我是指,我克隆了dev分支到本地,复制粘贴覆盖进core文件夹,好像还是没找到切换语言功能,于是我在想“以后”是指功能还没添加完成

你应该没在跑dev branch,参考#160

@bropines
Copy link
Contributor

bropines commented Aug 1, 2023

Try this install method

#187

@Rayforward
Copy link
Author

Try this install method

#187

我没有Run launch_win.bat
当运行时他显示exit code: 1

stderr:
Could not import runpy module
Traceback (most recent call last):
File "", line 15, in
File "", line 2, in
ModuleNotFoundError: No module named 'importlib._abc'

Launch unsuccessful. Exiting.

我已经下载了requirements.txt和importlib依赖

@Rayforward
Copy link
Author

be72aa4 以后能界面里改了

好耶,感谢。还有就是,现在的dev分支还不能改是吗

这个就是在dev啊

我是指,我克隆了dev分支到本地,复制粘贴覆盖进core文件夹,好像还是没找到切换语言功能,于是我在想“以后”是指功能还没添加完成

你应该没在跑dev branch,参考#160

image
我在git桌面里切换了分支,应该是对的吧。

@dmMaze
Copy link
Owner

dmMaze commented Aug 1, 2023

be72aa4 以后能界面里改了

好耶,感谢。还有就是,现在的dev分支还不能改是吗

这个就是在dev啊

我是指,我克隆了dev分支到本地,复制粘贴覆盖进core文件夹,好像还是没找到切换语言功能,于是我在想“以后”是指功能还没添加完成

你应该没在跑dev branch,参考#160

image 我在git桌面里切换了分支,应该是对的吧。

你py环境不对,请严格按那四步走,报错先去爬下那楼

@Rayforward
Copy link
Author

Rayforward commented Aug 1, 2023

我大概是明白为什么了,我也一样1.22的numpy污染了环境,而且我全程在发行的core包里操作的,应该是克隆dev分支、粘贴依赖库、粘贴发行data,运行launch_win.bat
#160 (comment)
接下来就是手动装模型了是吧
编辑:从core包里把模型复制过来,over?

@Rayforward
Copy link
Author

torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 512.00 MiB (GPU 0; 6.00 GiB total capacity; 4.65 GiB already allocated; 0 bytes free; 5.13 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF

是我没启用GPU加速的关系吗?还是2060也就7张图的水准了……

@Rayforward
Copy link
Author

此外针对chatgpt断行问题,毛遂自荐一个gpt4帮我写的手动程度高的一键chatgpt翻译脚本,支持自定义墙内api url
https://github.com/Rayforward/ChatGPT-Simple-Translator

@bropines
Copy link
Contributor

bropines commented Aug 1, 2023

torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 512.00 MiB (GPU 0; 6.00 GiB total capacity; 4.65 GiB already allocated; 0 bytes free; 5.13 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF

是我没启用GPU加速的关系吗?还是2060也就7张图的水准了……
image

Play around with the settings so you don't get any errors

@Rayforward
Copy link
Author

torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 512.00 MiB (GPU 0; 6.00 GiB total capacity; 4.65 GiB already allocated; 0 bytes free; 5.13 GiB reserved in total by PyTorch) If reserved memory is >> allocated memory try setting max_split_size_mb to avoid fragmentation. See documentation for Memory Management and PYTORCH_CUDA_ALLOC_CONF
是我没启用GPU加速的关系吗?还是2060也就7张图的水准了……
image

Play around with the settings so you don't get any errors

Lower the size works.Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants