Zhaofeng Liu

Results 10 issues of Zhaofeng Liu

I am trying to accelerate the inference of a Chinese GPT2 model with LightSeq. Although different sentences can be generated by configuring the topk and topp parameters, the length cannot...

### 🐛 Describe the bug I followed the [HuggingFace example](https://github.com/pytorch/serve/tree/master/examples/Huggingface_Transformers) to deploy the GPT2 model, but a CORS error occurred when the front-end was called. I configured it in `config.properties`...

bug
triaged

貌似是因为APP炸了 ![image](https://user-images.githubusercontent.com/45281765/202086626-caf899af-71af-4ec5-814a-f26a684ea9e2.png)

看效果感觉很不错,后面有开发PyCharm插件的计划吗。

feature request

I replaced the model in steps 1 and 2 with a GPT-2 model: [IDEA-CCNL/Wenzhong-GPT2-110M](https://huggingface.co/IDEA-CCNL/Wenzhong-GPT2-110M). Then use Zero-3 for training, the command is as follows: ``` python train.py --actor-zero-stage 3 --actor-model...

### Reminder - [X] I have read the README and searched the existing issues. ### Reproduction ```bash cd LLaMA-Factory && HF_ENDPOINT=https://hf-mirror.com accelerate launch src/train_bash.py \ --stage sft \ --do_train \...

pending

## Expected Behavior Open Chrome via pywinauto and search for "TUST". ## Actual Behavior ``` Traceback (most recent call last): File "e:\Project\J.A.R.V.I.S\JarvisClient\window.py", line 6, in chrome_window.wait("ready", timeout=10) File "E:\Project\J.A.R.V.I.S\JarvisClient\.venv\Lib\site-packages\pywinauto\application.py", line...

尝试下载以下两个模型: - https://civitai.com/models/89804/ip-design-or-3d - https://civitai.com/models/263287 都是显示错误: ![image](https://github.com/tzwm/sd-scripts/assets/45281765/239f2eae-7ad0-44c1-a189-573d843fcc6c) 报错日志: ``` Traceback (most recent call last): File "/root/stable-diffusion-webui/venv/lib/python3.10/site-packages/gradio/routes.py", line 488, in run_predict output = await app.get_blocks().process_api( File "/root/stable-diffusion-webui/venv/lib/python3.10/site-packages/gradio/blocks.py", line 1431, in process_api...