Create model.yml
Browse files
model.yml
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
id: ichigo-wrapper:fp16
|
| 2 |
+
model: ichigo-wrapper:fp16
|
| 3 |
+
name: Ichigo Wrapper
|
| 4 |
+
version: 1
|
| 5 |
+
|
| 6 |
+
engine: python-engine
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
extra_params:
|
| 11 |
+
device_id: 0
|
| 12 |
+
package_dir: ""
|
| 13 |
+
|
| 14 |
+
port: 22310
|
| 15 |
+
script: app.py
|
| 16 |
+
log_path: ichigo-wrapper.log
|
| 17 |
+
log_level: INFO
|
| 18 |
+
command:
|
| 19 |
+
- python
|