Skip to content

Commit 5fa005c

Browse files
authored
Fix serve application (#24)
Fix JSON import error
1 parent 289ceba commit 5fa005c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/serve.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# You can run the whole script locally with
22
# serve run serve:deployment
33

4+
import json
45
import os
56

67
import ray

app/service.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cluster_env: ray-assistant:2
33
ray_serve_config:
44
import_path: app.serve:deployment
55
runtime_env:
6-
working_dir: "https://github.com/ray-project/llm-applications/archive/refs/tags/v0.0.2.zip"
6+
working_dir: "https://github.com/ray-project/llm-applications/archive/refs/tags/v0.0.3.zip"
77
env_vars: {
88
RAY_ASSISTANT_AWS_SECRET_ID: "ray-assistant",
99
RAY_ASSISTANT_AWS_REGION: "us-west-2"

0 commit comments

Comments
 (0)