汪志鹏

Results 19 issues of 汪志鹏

When I zoom out the browser, the components can't be clicked. I noticed that a possible issue might be within the useEffect hook of MainLayout. The code toggles the sidebar...

**Describe the bug** When the webpage is not opened in full-screen mode in the browser, all components of the webpage cannot be clicked. **To Reproduce** Steps to reproduce the behavior:...

The url of BLIP-Diffusion is wrong. I changed it to https://arxiv.org/abs/2305.14720

cla:missing

Thanks for your teams great work!! I noticed that your BLIP-Diffusion paper reference's wrong, can you accept this commit!

cla:signed

https://github.com/kyegomez/BitNet/blob/914bad9ba188dfc32e34a0a0a9ee042d7962e604/bitnet/bitbnet_b158.py#L52 I noticed that you're attempting to implement 1.58-bit quantization, but it seems you only quantize the values during the forward pass, then proceed with the model inference, using the...

Grateful for your work! As mentioned in https://github.com/microsoft/JARVIS/issues/233, running from controlnet_aux.hed import Network now raises an error. This is because starting from controlnet_aux version 0.06, the controlnet_aux/hed file has undergone...

For example: `@Autowired private ChatgptService chatgptService; public void testMultiChat(){ List messages = Arrays.asList( new MultiChatMessage("system","You are a helpful assistant."), new MultiChatMessage("user","Who won the world series in 2020?"), new MultiChatMessage("assistant","The Los...

…eration Previously, the code used a nested loop to iterate over the distributions and generate questions for each document. However, this approach had a potential issue where a single document...

**❗BEFORE YOU BEGIN❗** Are you on discord? 🤗 We'd love to have you asking questions on discord instead: https://discord.com/invite/a3K9c8GRGt **Is your feature request related to a problem? Please describe.** A...