|
27 | 27 | <div class="flex gap-[8px] flex-wrap"> |
28 | 28 | <PyTorch |
29 | 29 | @setActiveFrameworkTag="handleTagClick" |
30 | | - :active="activeTags['framework']?.includes('PyTorch')" /> |
| 30 | + :active="activeTags['framework']?.includes('pytorch')" /> |
31 | 31 | <TensorFlow |
32 | 32 | @setActiveFrameworkTag="handleTagClick" |
33 | | - :active="activeTags['framework']?.includes('TensorFlow')" /> |
| 33 | + :active="activeTags['framework']?.includes('tensorflow')" /> |
34 | 34 | <Safetensors |
35 | 35 | @setActiveFrameworkTag="handleTagClick" |
36 | | - :active="activeTags['framework']?.includes('Safetensors')" /> |
| 36 | + :active="activeTags['framework']?.includes('safetensors')" /> |
37 | 37 | <ONNX |
38 | 38 | @setActiveFrameworkTag="handleTagClick" |
39 | | - :active="activeTags['framework']?.includes('ONNX')" /> |
| 39 | + :active="activeTags['framework']?.includes('onnx')" /> |
40 | 40 | <JAX |
41 | 41 | @setActiveFrameworkTag="handleTagClick" |
42 | | - :active="activeTags['framework']?.includes('JAX')" /> |
| 42 | + :active="activeTags['framework']?.includes('jax')" /> |
43 | 43 | <PaddlePaddle |
44 | 44 | @setActiveFrameworkTag="handleTagClick" |
45 | | - :active="activeTags['framework']?.includes('PaddlePaddle')" /> |
| 45 | + :active="activeTags['framework']?.includes('paddlepaddle')" /> |
46 | 46 | <Joblib |
47 | 47 | @setActiveFrameworkTag="handleTagClick" |
48 | | - :active="activeTags['framework']?.includes('Joblib')" /> |
| 48 | + :active="activeTags['framework']?.includes('joblib')" /> |
49 | 49 | <GGUF |
50 | 50 | @setActiveFrameworkTag="handleTagClick" |
51 | | - :active="activeTags['framework']?.includes('GGUF')" /> |
| 51 | + :active="activeTags['framework']?.includes('gguf')" /> |
52 | 52 | </div> |
53 | 53 | </div> |
54 | 54 |
|
|
0 commit comments