Zephyr Cao

Results 5 comments of Zephyr Cao

Thank you for your reply! This error is caused by self-hosted-runner's proxy. When we use nodejs to send http requests, it can't get self-hosted-runner's proxy, so it throw this error....

Sorry, because we have used my fork repo to run workflow, node_modules must be added.I will delete it.

@slawekjaranowski I hava passed all tests. Please check it.

I have add example to README. Do I need to run ./update-readme.sh?

I have executed the inference and observe the trace of execution in Intel GPU. First you should ensure you have prepared your machine following this [guide](https://bigdl.readthedocs.io/en/latest/doc/LLM/Overview/install_gpu.html#linux) I used [chatglm3](https://github.com/intel-analytics/BigDL/tree/main/python/llm/example/GPU/HF-Transformers-AutoModels/Model/chatglm3) to...