Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 837 Bytes

File metadata and controls

20 lines (13 loc) · 837 Bytes

Installation

Windows executable

Download BC-ModelVault.exe from the GitHub 1.0.1 release and compare it with the published SHA-256 checksum. The application is portable and requires neither installation nor Python. Run it from a folder where your account has read and execute permissions.

From source

git clone https://github.com/BalzanoConsulting/BC-ModelVault.git
cd BC-ModelVault
python -m pip install -r requirements.txt
python -m bc_modelvault.app

Windows and Python 3.10 or later are required. Preferences are stored under %USERPROFILE%\.bc-modelvault; tokens are managed by the official Hugging Face storage.

Updating

After checking its checksum, replace the existing executable with the one from the new release. Settings and tokens are not stored beside the executable and are preserved.