Spaces:
AIR-Bench
/
Running on CPU Upgrade

File size: 183 Bytes
ea6034c
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
from src.benchmarks import BenchmarksQA, BenchmarksLongDoc


def test_qabenchmarks():
    print(list(BenchmarksQA))


def test_longdocbenchmarks():
    print(list(BenchmarksLongDoc))