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
I just wanted to share this with people if anyone wants to try to get DAILA working with python 3.12 you can follow these steps (use command provided to you by pytorch here).
use command provided to you by pytorch here to install the version of pytorch for your system, at this time you need the nightly version of pytorch.
gh repo clone binsync/varbert_api or git clone [email protected]:binsync/varbert_api.git
cd varvert_api
Use a text editor of your choice to edit setup.cfg and bump the following dependencies:
I just wanted to share this with people if anyone wants to try to get DAILA working with python 3.12 you can follow these steps (use command provided to you by pytorch here).
gh repo clone binsync/varbert_api
orgit clone [email protected]:binsync/varbert_api.git
cd varvert_api
setup.cfg
and bump the following dependencies:varbert_api
dir,pip3 install -e .
pip3 install dailalib
or if that doesn't work, clone the repo andpip3 install -e .
inside of the directorydaila --install
The text was updated successfully, but these errors were encountered: