mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Update Optimum on Git HF
This commit is contained in:
@@ -24,6 +24,8 @@ SET TEMP=%~DP0MINICONDA3
|
|||||||
SET TMP=%~DP0MINICONDA3
|
SET TMP=%~DP0MINICONDA3
|
||||||
call miniconda3\condabin\activate
|
call miniconda3\condabin\activate
|
||||||
pip install git+https://github.com/huggingface/transformers
|
pip install git+https://github.com/huggingface/transformers
|
||||||
|
pip install git+https://github.com/huggingface/optimum
|
||||||
|
pip install git+https://github.com/huggingface/accelerate
|
||||||
cmd /k
|
cmd /k
|
||||||
|
|
||||||
:drivemap
|
:drivemap
|
||||||
@@ -34,6 +36,8 @@ SET TEMP=K:\
|
|||||||
SET TMP=K:\
|
SET TMP=K:\
|
||||||
call K:\python\condabin\activate
|
call K:\python\condabin\activate
|
||||||
pip install git+https://github.com/huggingface/transformers
|
pip install git+https://github.com/huggingface/transformers
|
||||||
|
pip install git+https://github.com/huggingface/optimum
|
||||||
|
pip install git+https://github.com/huggingface/accelerate
|
||||||
cmd /k
|
cmd /k
|
||||||
|
|
||||||
:drivemap_B
|
:drivemap_B
|
||||||
@@ -44,4 +48,6 @@ SET TEMP=B:\
|
|||||||
SET TMP=B:\
|
SET TMP=B:\
|
||||||
call B:\python\condabin\activate
|
call B:\python\condabin\activate
|
||||||
pip install git+https://github.com/huggingface/transformers
|
pip install git+https://github.com/huggingface/transformers
|
||||||
|
pip install git+https://github.com/huggingface/optimum
|
||||||
|
pip install git+https://github.com/huggingface/accelerate
|
||||||
cmd /k
|
cmd /k
|
Reference in New Issue
Block a user