pytorch / serve

Serve, optimize and scale PyTorch models in production
https://pytorch.org/serve/
Apache License 2.0
4.22k stars 863 forks source link

Fix frontend readme #3363

Open mihaidusmanu opened 2 weeks ago

mihaidusmanu commented 2 weeks ago

Description

README of frontend seems to be outdated (wrong folder structure) leading to:

FAILURE: Build failed with an exception.

* What went wrong:
The specified project directory '/home/mihaidusmanu/sources/serve/frontend/frontend' does not exist.

This change fixes that.

Type of change

Please delete options that are not relevant.

Feature/Issue validation/testing

The command in the README now successfully runs.

Checklist: