Skip to content

Commit

Permalink
Fix serve application (#24)
Browse files Browse the repository at this point in the history
Fix JSON import error
  • Loading branch information
pcmoritz authored Aug 24, 2023
1 parent 289ceba commit 5fa005c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/serve.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# You can run the whole script locally with
# serve run serve:deployment

import json
import os

import ray
Expand Down
2 changes: 1 addition & 1 deletion app/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cluster_env: ray-assistant:2
ray_serve_config:
import_path: app.serve:deployment
runtime_env:
working_dir: "https://github.com/ray-project/llm-applications/archive/refs/tags/v0.0.2.zip"
working_dir: "https://github.com/ray-project/llm-applications/archive/refs/tags/v0.0.3.zip"
env_vars: {
RAY_ASSISTANT_AWS_SECRET_ID: "ray-assistant",
RAY_ASSISTANT_AWS_REGION: "us-west-2"
Expand Down

0 comments on commit 5fa005c

Please sign in to comment.