mirror of
https://github.com/SakanaAI/doc-to-lora.git
synced 2026-07-23 17:01:04 +02:00
include new data!
This commit is contained in:
parent
108907590e
commit
302ed4dbdd
18 changed files with 1710 additions and 50 deletions
14
install.sh
14
install.sh
|
|
@ -1,14 +0,0 @@
|
|||
# install unsloth
|
||||
# see https://docs.unsloth.ai/get-started/install-update/conda-install
|
||||
conda create --name unsloth_env \
|
||||
python=3.10 \
|
||||
pytorch-cuda=<11.8/12.1> \
|
||||
pytorch cudatoolkit xformers -c pytorch -c nvidia -c xformers \
|
||||
-y
|
||||
conda activate unsloth_env
|
||||
|
||||
pip install "unsloth[colab-new] @ git+https://github.com/unslothai/unsloth.git"
|
||||
|
||||
pip install --no-deps "trl<0.9.0" peft accelerate bitsandbytes
|
||||
|
||||
pip install -r requirements.txt
|
||||
Loading…
Add table
Add a link
Reference in a new issue