-
To start, I know very little about internet related connections and issues. But I do have an unstable internet connection where certain types of connection, specifically github, pypi, and apparently c…
-
### System Info
- `transformers` version: 4.28.0.dev0
- Platform: Windows-10-10.0.22621-SP0
- Python version: 3.10.10
- Huggingface_hub version: 0.13.4
- Safetensors version: not installed
- PyT…
qtrrb updated
1 month ago
-
Hi, I am able to reproduce building and running the model locally via TensorRT-LLM.
I build using:
```
python3 build.py --model_dir /finetune-gpt-neox/models--meta-llama--Llama-2-7b-hf/snapsho…
-
-
#### What is your question?
README demo: ValueError: not enough values to unpack (expected 3, got 1)
#### Code
from funasr import AutoModel
chunk_size = [0, 10, 5] #[0, 10, 5] 600ms, [0, 8, 4…
-
- [ ] [Docs | OpenRouter](https://openrouter.ai/docs#responses)
# Docs | OpenRouter
**DESCRIPTION:** "Assistant Prefill: OpenRouter supports asking models to complete a partial response. This can b…
-
### System Info
- `transformers` version: 4.44.0
- Platform: Linux-5.15.0-116-generic-x86_64-with-glibc2.35
- Python version: 3.10.12
- Huggingface_hub version: 0.24.5
- Safetensors version: 0.…
-
Generating with prompt:
User will provide you with a text instruction. Do it step by step. First, think about the instruction and respond in a interleaved manner, with 13 text token followed by 26 a…
-
Notice: In order to resolve issues more efficiently, please raise issue following the template.
(注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节)
## 🐛 Bug
使用1.x版本funasr,跑aishell训练例子时,在stage 1 compute_audio_cmv…
-
Training a BPE tokenizer from scratch, I am using Split pretokenization. In the below example, I split on each digit so that numbers are represented by the sequences of digits they are made of.
```…