RunLLM / aqueduct

Aqueduct is no longer being maintained. Aqueduct allows you to run LLM and ML workloads on any cloud infrastructure.
https://aqueducthq.com
Apache License 2.0
521 stars 16 forks source link

Fix UI build on main #1383

Closed likawind closed 1 year ago

likawind commented 1 year ago

Describe your changes and why you are making these changes

This PR fixes UI build on main by pinning all packages to a fixed version. We also attempt to fix the build error introduced by buffer package.

Related issue number (if any)

Tests

Verified using install_local.py -u that the page builds. UI build GH action should also succeed.

Checklist before requesting a review