-
### What happens?
I am using httpfs to query parquet files from Hugging Face.
Hugging Face initially returns a 302 redirect for the download file which DuckDB tries to follow. However DuckDB URL d…
-
Error in logs when scanning PDF417 barcode .
Let me know if you need more info ?
D/ScannerFlutterPlugin( 8860): [onReceive]
D/ScannerFlutterPlugin( 8860): [onReceive] INTENT_EVENT
D/ScannerFlutt…
-
We want to add Viterbi decoding to PyTorch. Viterbi decoding is a well-known algorithm that finds the path of maximum likelihood over a time-varying distribution. It is used in automatic speech recogn…
-
Hello @OmerShubi 🤗
I'm Niels and work as part of the open-source team at Hugging Face. I discovered your work through AK's daily papers, the paper page is available here: https://huggingface.co/pap…
-
Hi WhisperX Team,
I was wondering if you consider support https://github.com/NVIDIA/TensorRT-LLM/tree/main/examples/whisper the tensorrt-llm backend of whisper. I have done several benchmark test us…
-
### Motivation
Many `lmdeploy` counterparts(vllm, transformers, exllamav2...) provide `logits_processors` that allow users to modify the logits before softmax. This enables many useful features like …
-
需求是一些动态页面,比如图片轮播,已经用mutable_image实现了,想部署到web上,自己试着emcc编译了一下,发现image_fill没法用,换成了bitmap_transform实现类似功能在编译通过,然后在浏览器上显示,发现什么都没出来。
问下这个可以支持吗?
-
Hi,
For hugginface, it support various sample strategy: https://huggingface.co/docs/transformers/main/main_classes/text_generation
greedy decoding by calling [greedy_search()](https://huggingfac…
-
I enabled the access to the Gatan GOS table,
```python
exspy.preferences.EELS.eels_gos_files_path = 'C:\ProgramData\Gatan\EELS Reference Data\HS GOS Tables'
exspy.preferences.save()
```
Afte…
-
### 🚀 The feature, motivation and pitch
Basically in decoding stage, we use sampling strategy with parameters like top_p/top_k/temp/xx_penalty to control the diversity of the generated content. Howev…