Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,12 +1,5 @@
|
|
| 1 |
---
|
| 2 |
license: other
|
| 3 |
-
library_name: unknown
|
| 4 |
-
language:
|
| 5 |
-
- en
|
| 6 |
-
tags:
|
| 7 |
-
- prime-algebra
|
| 8 |
-
- certified-computation
|
| 9 |
-
- ibce
|
| 10 |
private: true
|
| 11 |
---
|
| 12 |
|
|
@@ -16,6 +9,6 @@ This repo does not host weights. Use the hosted API to compute answers with cert
|
|
| 16 |
|
| 17 |
- Health: `GET /v1/healthz`
|
| 18 |
- Solve: `POST /v1/solve` with `x-api-key`
|
| 19 |
-
- Batch: `POST /v1/batch_solve` (poll with `GET /v1/jobs/{
|
| 20 |
|
| 21 |
Contact to request access. Internals are not disclosed.
|
|
|
|
| 1 |
---
|
| 2 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
private: true
|
| 4 |
---
|
| 5 |
|
|
|
|
| 9 |
|
| 10 |
- Health: `GET /v1/healthz`
|
| 11 |
- Solve: `POST /v1/solve` with `x-api-key`
|
| 12 |
+
- Batch: `POST /v1/batch_solve` (poll with `GET /v1/jobs/{job_id}`)
|
| 13 |
|
| 14 |
Contact to request access. Internals are not disclosed.
|