-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathruntime_config.yaml
More file actions
32 lines (29 loc) · 915 Bytes
/
runtime_config.yaml
File metadata and controls
32 lines (29 loc) · 915 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
30
31
32
# its contents configure the TGIS server & caikit; currently
# we don't have anything that needs to run in the JVM for caikit
# computer vision yet.
jvm_options: []
runtime:
library: caikit_computer_vision
local_models_dir: models
lazy_load_local_models: True
grpc:
enabled: True
http:
enabled: True
training:
save_with_id: False
output_dir: models
# This should be set to something that is NOT in your site packages, otherwise it'll cause
# conflicts leading to import issues. For now, we set ccv for caikit computer vision.
service_generation:
package: ccv
log:
formatter: pretty # optional: log formatter is set to json by default
# By default log level is info - you can override it as shown below.
# level: debug2
model_management:
finders:
default:
type: LOCAL
# To start the server:
# env CONFIG_FILES=./runtime_config.yaml python -m caikit.runtime