File size: 603 Bytes
888d54b
 
 
 
 
 
ceb8371
 
888d54b
 
 
 
ceb8371
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Ark ASR 0.6B
emoji: 🐠
colorFrom: green
colorTo: indigo
sdk: gradio
sdk_version: 5.50.0
python_version: '3.10'
app_file: app.py
pinned: false
---

This Space runs an Ark-ASR 0.6B demo with the Transformers backend.

Default runtime limits are set for a single-GPU Space with GPU memory usage
targeted below 15 GB:

- `ARK_ASR_MAX_AUDIO_SECONDS=30`
- `ARK_ASR_DTYPE=float16`
- `ARK_ASR_ATTN_IMPL=sdpa`
- Gradio queue concurrency is limited to one request.

For local testing on this machine, use the local checkpoint instead of pulling
from the Hub:

```bash
scripts/run_local_gradio.sh
```