Tridu33

Results 13 comments of Tridu33

安全访问的跨域问题。 Windows10下两个解决方案: 1. 开个本地服务器安全访问, 比如python2的话在当前目录一句“python -m simplehttpserver”;或者python3一句“python -m http.server”, 然后chrome访问网址“http://localhost:8000/”或者“http://0.0.0.0:8000/”能解决问题。 2. 或者用Microsoft Edge(chrome不行)打开这个修改过的文件,https://github.com/Tridu33/wiwi-circleOfFifths 其实这类问题,开本地Web服务器是最好的解决方案。因为WiWi的代码只是本地安全问题不能直接打开看,我就不Commit了,如果想本地Microsoft Edge能看五度圈就下载第二个备用吧。

same problem here, > MacBook Pro M2 `make build-recorder` and run `neothesia-cli ./test.midi` , i got a video under Folder out, but there is only animation but no sound. https://github.com/PolyMeilex/Neothesia/issues/7

this happens in windows 10 ```cmd Connected to the target VM, address: '127.0.0.1:6248', transport: 'socket' thread '' panicked at 'assertion failed: res.eax == 0', C:\Users\runneradmin\.cargo\registry\src\github.com-1ecc6299db9ec823\raw-cpuid-7.0.4\src\lib.rs:295:13 note: run with `RUST_BACKTRACE=1` environment...

Unresolved dependency: 'cn.fh:spring-boot-starter-vertx:jar:1.5-SNAPSHOT' Mavend的setting.xml需要配置私仓链接吗?没找到这个jar,是不是已经挂掉了

类似的,[roberta_sequence_classification.ipynb](https://github.com/mindspore-lab/mindnlp/blob/master/llm/peft/lora/roberta_sequence_classification.ipynb) 案例`python roberta_sequence_classification.py `也是遇到mindspore的异常 ```bash Traceback (most recent call last): File "/home/usersshared/githubSrc/mindnlp/llm/peft/lora/roberta_sequence_classification.py", line 70, in print(next(datasets['train'].create_dict_iterator())) File "/home/tridu33/.conda/envs/mindnlp/lib/python3.9/site-packages/mindspore/dataset/engine/iterators.py", line 152, in __next__ data = self._get_next() File "/home/tridu33/.conda/envs/mindnlp/lib/python3.9/site-packages/mindspore/dataset/engine/iterators.py", line 277, in...

CANN的版本不配套,23.0.0的hdk不对,需要根据 https://www.mindspore.cn/versions 安装hdk 24的版本

修改NPU驱动版本为`hdk 24.1.rc2`,CANN版本为`24.1.rc2`,执行`~/workspace/githubSrc/mindnlp/llm/peft/lora$ python lora_seq2seq.p`报错变了: ```bash [ERROR] RUNTIME(33130,python):2025-01-24-01:36:21.067.639 [driver.cc:65]33130 GetDeviceCount:report error module_type=1, module_name=EL9999 [ERROR] RUNTIME(33130,python):2025-01-24-01:36:21.067.803 [driver.cc:65]33130 GetDeviceCount:Call drvGetDevNum, drvRetCode=7. [ERROR] RUNTIME(33130,python):2025-01-24-01:36:21.068.050 [api_c_device.cc:21]33130 rtGetDeviceCount:ErrCode=507899, desc=[driver error:internal error], InnerCode=0x7020010 [ERROR] RUNTIME(33130,python):2025-01-24-01:36:21.068.122 [error_message_manage.cc:53]33130 FuncErrorReason:report...

Apple M2 Sonoma 14.5 使用最新的continuous-build依旧失败。 ``` ------------------------------------- Translated Report (Full Report Below) ------------------------------------- Process: vnote [18817] Path: /private/var/folders/*/VNote.app/Contents/MacOS/VNote Identifier: fun.vnote.app Version: 3.17 (3.18.1) Code Type: ARM-64 (Native) Parent Process: launchd...

i found maybe it called `deepseek3` in https://github.com/Mozilla-Ocho/llamafile/blob/29b5f27172306da39a9c70fe25173da1b1564f82/llama.cpp/llama.cpp#L19163 , but how can i change pre-tokenizer type from 'deepseek-v3' to the right one?