You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have setup-api.sh do the virtual environment setup + installing from pip + installing llamacpppython with CUDA. Not everything is needed but as with all of this, it's time-consuming to sort all of this out.
The text was updated successfully, but these errors were encountered:
I think I'd like to do the thing where you can install a subpackage or whatever (like pip install fastapi[full]). That would mean we need to import packages conditionally right?
Currently, we have setup-api.sh do the virtual environment setup + installing from pip + installing llamacpppython with CUDA. Not everything is needed but as with all of this, it's time-consuming to sort all of this out.
The text was updated successfully, but these errors were encountered: