Skip to content

Commit

Permalink
/run-deploy-app
Browse files Browse the repository at this point in the history
  • Loading branch information
Lliillyy committed Dec 11, 2023
1 parent e93c1f8 commit 1f11fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api-service/api/model_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def post(self):
@app.route('/status', methods=['GET'])
def get_api_status():
return jsonify({
"api_version": "1.1",
"api_version": "1.2",
"torch_version": torch.__version__
})

Expand Down

0 comments on commit 1f11fe9

Please sign in to comment.