Daniel Bershatsky

Results 40 issues of Daniel Bershatsky

The "official" implementation of `perplexity` metric does not cache language model [[1][1]]. It seems that metric instance should fetch model and prepare it for further usage in `_download_and_prepare`. I suppose...

Thank you for providing style sheets for major ML conferences. I've added the package to AUR as [python-tueplots][1] (ping me if you want to co-maintain the package in AUR). Also,...

#### Main Contributions - Add `tt.interpolate` for common routines (Chebyshev and splines) for interpolation in TT-format. - Implement Fokker-Plank equation solver in `ttpy` based on original implementation [fpcross][1] in [teneva][2]....

Bridging layer [`tt/core/tt_f90.f90`][0] between `ttpy` and `tt-fort` uses global variables `core` and `zcore` which are used to convert cores from [single array format][1] to [array-per-core representation][2] and vice versa which...

bug

It seems that it is impossible to build `portoshim` with `cmake`. The issue is that no `cmake` can't find `golang` library. ``` CMake Error at portodshim/CMakeLists.txt:3 (find_library): Could not find...

In the latest versions of Google Protobuf overriding of `PROTOBUF_DEPRECATED` is banned. This results in error below. The root of the issue is that `port_def.inc` is included in the most...

Linker fails during building `library-json-writer target`. Moreover, there are a lot of warning during compilation. ```[ 65%] Built target library-json-writer /usr/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/8.1.1/crtbegin.o: relocation R_X86_64_32 against hidden symbol `__TMC_END__' can not...

### System Info transformers v4.40.2 tokenizers v0.19.1 ### Who can help? @ArthurZucker ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks...

### System Info py312, transformers 4.40.2, huggingface-hub 0.23.0. ### Who can help? @ArthurZucker and @younesbelkada ### Information - [ ] The official example scripts - [ ] My own modified...

```shell $ pip install flash-attn Collecting flash-attn Using cached flash_attn-2.5.5.tar.gz (2.5 MB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code:...