chen

Results 152 comments of chen

> @wszgrcy good point. I checked different tags for yi models on ollama.com and params are not consistent. All quantizations have missing params. Even the Q4_0 witch should be the...

> Are you sur? Here the params are still missing: > > https://ollama.com/library/yi:9b-v1.5-q8_0 I looked at the tag I pulled and found that it was`9b-chat-v1.5-q8-0`, but`9b-v1.5-q8-0`is still missing It seems...

demo: https://github.com/wszgrcy/angular-lexical-build-error

I have same error use `@langchain/community/document_loaders/fs/docx` code=>langchain=>import('mammoth')(dynamic import commonjs package) > mammoth export with {default:xxx} but import without default In fact, there are currently many packages that mix esm/cjs imports,...

May I ask which is the latest modified PR? I would also like to participate and take a look

> Those were the results I got. I can remove that image again if you want me to, since I really hope I made a silly mistake (left new keyed,...

I also have the same problem ![image](https://github.com/user-attachments/assets/b3f95a12-131c-49e8-a03e-b69209b5f58e) The code is sourced from official instances https://github.com/sindresorhus/got/blob/main/documentation/3-streams.md#events

> Hi there 👋 > > > Error: Exception during initialization: file_size: ϵͳ�Ҳ���ָ�����ļ���: "model.onnx_data" > > This is quite a strange issue. Can you confirm the model was downloaded successfully...

if add `-D` ``` FAILED: CMakeFiles/hello.dir/hello.cc.o /usr/bin/c++ -D-DNAPI_VERSION=7 -Dhello_EXPORTS -I/home/chen/third-project/node-addon-examples/src/1-getting-started/1_hello_world/node-addon-api-addon-class/node_modules/node-api-headers/include -I/home/chen/third-project/node-addon-examples/src/1-getting-started/1_hello_world/node-addon-api-addon-class/node_modules/node-addon-api -DBUILDING_NODE_EXTENSION -g -fPIC -MD -MT CMakeFiles/hello.dir/hello.cc.o -MF CMakeFiles/hello.dir/hello.cc.o.d -o CMakeFiles/hello.dir/hello.cc.o -c /home/chen/third-project/node-addon-examples/src/1-getting-started/1_hello_world/node-addon-api-addon-class/hello.cc : error: macro names must be identifiers...

> Hey 👋 thank you for reaching out! What would be your use case for supporting optional objects with `intersect`? When I was converting JSON schema to Valibot, I encountered...