davidr99 commited on
Commit
41bf7ae
·
verified ·
1 Parent(s): 72b62d8

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -15
requirements.txt CHANGED
@@ -1,15 +1,12 @@
1
- transformers
2
- peft
3
- accelerate
4
- gradio
5
- pillow
6
- torch
7
- torchvision
8
- # Pure-Python + Triton fast path for Qwen3.5 Gated DeltaNet — no nvcc needed.
9
- # (causal-conv1d and flash-attn require CUDA Toolkit nvcc to build, which the
10
- # default HF Spaces docker image lacks. flash-linear-attention alone gives most
11
- # of the speedup via its Triton-compiled kernels.)
12
- flash-linear-attention
13
- # Lenient JSON repair for the rare model-output that has trailing commas /
14
- # missing quotes — bumps effective parse rate to ~100%.
15
- json-repair
 
1
+ transformers
2
+ peft
3
+ accelerate
4
+ gradio
5
+ pillow
6
+ torch
7
+ torchvision
8
+ # Pure-Python + Triton fast path for Qwen3.5 Gated DeltaNet — no nvcc needed.
9
+ # (causal-conv1d and flash-attn require CUDA Toolkit nvcc to build, which the
10
+ # default HF Spaces docker image lacks. flash-linear-attention alone gives most
11
+ # of the speedup via its Triton-compiled kernels.)
12
+ flash-linear-attention