microsoft / LLMR

MIT License
28 stars 8 forks source link

Setup Guide Improvements #4

Open Lars22Euw opened 2 months ago

Lars22Euw commented 2 months ago

Hey all, was following the setup for the repo.

The "requirements.txt" may have to list a Werkzeug version < 3.0.0 due to Flask not being made for the new release, as discussed in https://stackoverflow.com/questions/77213053/why-did-flask-start-failing-with-importerror-cannot-import-name-url-quote-fr With "Werkzeug==2.2.2" Flask would run as intended.

I also run into some commands that are not up to date, like LLMR-main\CLIP-DallE-SketchFab-001 appended a "-main" and differences between installing on linux and windows, but those should be known to most users.

Kappa666 commented 1 month ago

Updated the requirements.txt as this comment suggested!