Liutong Zhou

Results 11 comments of Liutong Zhou

Same issue encountered when Training an XLNet tokenizer on 100+ GB dataset ``` thread '' panicked at 'called `Result::unwrap()` on an `Err` value: TryFromIntError(())', /github/home/.cargo/registry/src/github.com-1ecc6299db9ec823/esaxx-rs-0.1.7/src/lib.rs:78:26 -- stack backtrace: 0: rust_begin_unwind...

I encountered the same issue

mamba repoquery search not working. Mamba version 1.5.6. Conda version 23.11.0. Python 3.11 ``` mamba repoquery search python Currently, only install, create, list, search, run, info, clean, remove, update, repoquery,...

Same issue encountered. mamba 1.5.6, conda 23.11.0, python 3.12 ```bash > ~/MLlab/test$ mamba repoquery search "mkl" Currently, only install, create, list, search, run, info, clean, remove, update, repoquery, activate and...

same issue encountered collapsed at this line `out = LSTM(latent_dim)(input)` error message: Segmentation fault (core dumped)

Simple Fix: `warnings.DeprecationWarning` -> `DeprecationWarning` ``` # /lib/python3.9/site-packages/shap/explainers/_permutation.py:214 warnings.warn("shap_values() is deprecated; use __call__().", DeprecationWarning) ```

Liked the idea of supporting it like the [example](https://github.com/huggingface/pytorch-image-models/blob/main/timm/optim/optim_factory.py#L262). Maybe even easier, make the FR to bnb and include it here? Made the FR to https://github.com/TimDettmers/bitsandbytes/issues/775

Jupyterlab 4.0.2 is released. Looking forward to V4 support