wwx

Results 21 comments of wwx

I think there is a tricky solution for the issue. I have found that if you switch to a empty workspace and then turn to the workspace you want. The...

I guess it's hard to have. there are two componets of the searching function. 1. When use zola to build from converting markdown files for your ob notes, zola will...

I would like to try this issue. Seemingly, It can be done by set different gradient recording switch and keep it compatible with accelerate. @williamberman @patrickvonplaten @patil-suraj

I just made a fast fixing and make a PR #431 to you @jacobgil Another suggestion maybe refactor the building and packing configuration? since there are pyproject.toml, setup.cfg, requirements.txt, MANIFEST.in(if...

> Great, thanks a lot. A PR with pyproject.toml and requirements.txt would be a great contribution ! Will merge the 431 PR soon once the pipeline passes. > > The...

> Thanks a lot for this, it's a great contribution. Before merging I want to test it a bit too, and might come back with questions/comments. For example, I want...

You can do it by custom the css by yourself. see [the guid given by the author](https://sphinx-tippy.readthedocs.io/en/latest/#usage) in the important block This package just add the javascript code from `tippy.js`,...

I have tried to build the pytorch wheel by pyodide build. I have overcome some difficulties by changing the config and patch to source file. But I am stuck on...

> @tridao I can reproduce this error after a very short time using the script below. Is this a user-side usage error? > > ```python > import torch > import...

> ... > * hardware-env: A100 with debian 5 in linux 5.4, Driver Version: 470.129.06 CUDA Version: 12.4 > * torch version and flash-attn version: `pytorch2.5.1 + flash-attn 2.7.2` or...