Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
florianesser-tng committed Dec 2, 2024
1 parent c6f7cdd commit 7397ee3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/web_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def llm_chat():
@app.post("/api/triggerxpucacheclear")
def trigger_xpu_cache_clear():
paint_biz.clear_xpu_cache()
return Response("{'message':'triggered xpu cache clearance'}", status=201, mimetype='application/json')


@app.post("/api/free")
def free():
Expand Down

0 comments on commit 7397ee3

Please sign in to comment.