-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements.json
More file actions
29 lines (29 loc) · 1000 Bytes
/
requirements.json
File metadata and controls
29 lines (29 loc) · 1000 Bytes
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
{
"models": [
{
"name": "Whisper.cpp base model",
"purpose": "To enable basic testing",
"destination": "model.bin",
"repo_id": "ggerganov/whisper.cpp",
"filename": "ggml-base.en.bin",
"revision": "main",
"sha256sum": "a03779c86df3323075f5e796cb2ce5029f00ec8869eee3fdfb897afe36c6d002"
}
],
"test_utils": [
{
"name": "hamcrest",
"purpose": "JUnit tests for validating the Java API",
"destination": "hamcrest-all-1.3.jar",
"url": "https://repo1.maven.org/maven2/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar",
"sha256sum": "4877670629ab96f34f5f90ab283125fcd9acb7e683e66319a68be6eb2cca60de"
},
{
"name": "JUnit",
"purpose": "JUnit tests for validating the Java API",
"destination": "junit-4.13.2.jar",
"url": "https://repo1.maven.org/maven2/junit/junit/4.13.2/junit-4.13.2.jar",
"sha256sum": "8e495b634469d64fb8acfa3495a065cbacc8a0fff55ce1e31007be4c16dc57d3"
}
]
}