Add inference.yaml for API configuration
Browse files- inference.yaml +3 -0
inference.yaml
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
inference:
|
| 2 |
+
accelerator: gpu
|
| 3 |
+
parameters: {}
|