Stas Bekman
Stas Bekman
Thank you for this awesome contribution, @prigoyal! Would it be possible to update the tutorial to pytorch-1.0 API? Thank you!
### feature request: getting various git status entries. I needed to get other similar functions besides: https://github.com/huggingface/huggingface_hub/blob/71beeb17ef07b82b6501cfd8a30012fc934b787b/src/huggingface_hub/repository.py#L405 So I generalized the code: with `get_git_files_by_status`, which returns all files reported by...
pytest-sugar reports strange things when used with `-rA` #### Command used to run pytest ````pytest test_example.py```` #### Test file ````python def test_example(): print(1) pass ```` #### Output ```` Test session...
This is a great tool for finding where the memory has gone - thank you! I have a request: 1. add support for partial loop unrolling - reporting first iterations...
WIP: Efficient BLOOM Inference on PyTorch Covers Accelerate, DS-ZeRO, DS-Inference and hopefully a whole new implementation Nicolas created in Rust for servers. Preview: https://github.com/stas00/blog/blob/bloom-inference-pytorch/bloom-inference-pytorch.md cc: @sgugger, @Narsil
I need help with this issue: https://github.com/jupyter/notebook/issues/4334
Hi, I'm experiencing weird issues with anaconda upload silently failing. 1. built a package: ``` conda skeleton pypi fastprogress conda-build fastprogress ``` all was successful (this is just a pure...
as requested by @thomasw21 this is a little hack script to to replace half-precision weights with fp32 weights in the existing HF transformers checkpoint seeded from the universal checkpoint, see...
I have to calculate the ETA for finishing training often enough that I think it should be a feature. How about we log the ETA along `elapsed time per iteration`?...
as we have 2 branches that aren't ready for the `main` yet, but we need both of them - this branch is a merge of the 2 - so will...