Vadim Kantorov
Vadim Kantorov
### Checklist - [x] I've searched through the [plugins](https://leafletjs.com/plugins.html) to make sure this feature isn't already available, or think it shouldn't require a plugin. - [x] I've searched through the...
WIP for https://github.com/libarchive/libarchive/issues/2299 - still no tests, docs - for now put the `archive_read_data_into_FILE` function in `libarchive/archive_read_data_into_fd.c` - to be moved into a new file - no integration in the...
### Is your feature request related to a problem? Please describe. I'm trying to compute eigenvectors of the matting laplacian as in https://www.vision.huji.ac.il/SpectralMatting/ In my example, the laplacian is a...
I have a following `.github/workflows/buildtritoninferenceserver25.yml` in a github repo. ```yaml name: buildtritoninferenceserver25 on: workflow_dispatch jobs: buildtritoninferenceserver25: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - name: Install Prerequisites run: sudo add-apt-repository -y...
Hi! I created a sample file on my Google Drive `hello.txt` and made it accessible for `Anyone with the link`: https://drive.google.com/file/d/1I_bokg0Fejy7dVxNkZcJD4gCagawLIVY/view?usp=drive_link E.g. I have an `fsspec`-using program `catfsspec.py`: ```python import...
### Describe the need - Renaming a file / directory (analogue for `git mv ...`) - Deleting a directory (analogue for `git rm ...`) These are currently not available in...
There appears to be STFT op in ONNX: https://onnx.ai/onnx/operators/onnx__STFT.html Is it supported? It appears that STFT export from PyTorch to ONNX will soon be finally fixed: - https://github.com/pytorch/pytorch/issues/147052
With the vanilla instructions on https://huggingface.co/deepseek-ai/DeepSeek-R1?clone=true,  The downloaded 600Gb will be extra-duplicated in the `.git/lfs/objects`. Yes, this is required for having a well-formed repo, but we can't contrib to...
Is it possible to disable all built-in conversions (number/bigint/date etc)? or specify exactly which conversions from strings I am needing? Is it possible to also enforce some sort of provided...
```bash python -c 'import flash_attn_2_cuda as flash_attn_gpu' #Traceback (most recent call last): # File "", line 1, in #ImportError: libc10.so: cannot open shared object file: No such file or directory...