An experiment with Vicuna.
Project description
Auto-Vicuna
Fast Chat and transformers must be installed via requirements file for now.
Installing PyTorch and NVIDIA dependencies
First, upgrade wheel and friends.
pip install --upgrade setuptools pip wheel
For CUDA 11.X:
pip install nvidia-cuda-runtime-cu11 --index-url https://pypi.ngc.nvidia.com
For CUDA 12.x
pip install nvidia-cuda-runtime-cu12 --index-url https://pypi.ngc.nvidia.com
For PyTorch cu117
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
For PyTorch cu118
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
You might need to add:
--upgrade --force-reinstall
To the PyTorch installation commands if you have a previous version of PyTorch installed.
LLaMA Weights
If your weights used LLaMATokenizer you may need a different version of transformers.
I have fork that should work located here: https://github.com/BillSchumacher/transformers
You should clone this repo and:
pip uninstall transformers
cd path/to/my/transformers/cloned/repo
python setup.py install
For some reason pip install -e . causes issues.
If you do that, delete pycache, dist and build folders and try the setup.py method instead.
Google Colab
Interactive manual
Check out the: InteractiveManual.ipynb
For a Jupyter notebook guide.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file auto_vicuna-0.2.1.tar.gz
.
File metadata
- Download URL: auto_vicuna-0.2.1.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46244430f29104fbf880673b5c75fdcad9e9cbbe50e5543ee89a8a5feb9e9e33 |
|
MD5 | 6816dd38d086375ac8d41fd7173bebd1 |
|
BLAKE2b-256 | e4fb4c230f2630e5f27662fe19cd4964f75e562aa164838a605b66b5f3852133 |
File details
Details for the file auto_vicuna-0.2.1-py3-none-any.whl
.
File metadata
- Download URL: auto_vicuna-0.2.1-py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46309c740261459e453d7798343dd452da6c24fde4acdb6135a095e90da7dd4e |
|
MD5 | 17f1a3bf603d1fd64a7bd5f7234ffd47 |
|
BLAKE2b-256 | 784ae33cb7bccce5b8d82aab3d426d4a6d541405d2f702e0ca462c2aa323bbc9 |