FastChat icon indicating copy to clipboard operation
FastChat copied to clipboard

[BugFix] add fastchat/serve/example_images to wheel

Open kota-iizuka opened this issue 1 year ago • 0 comments
trafficstars

Why are these changes needed?

An error occurs when starting gradio_web_server_multi because the wheel package does not contain images under fastchat/serve/example_images/. Modify pyproject.toml to include this directory in the wheel package.

Related issue number (if applicable)

Closes #3111

Checks

  • [x] I've run format.sh to lint the changes in this PR.
  • [x] I've included any doc changes needed.
  • [x] I've made sure the relevant tests are passing (if applicable).

kota-iizuka avatar Mar 24 '24 02:03 kota-iizuka