mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-21 14:10:39 +01:00
Revert to Python 3.8
tensorflow-base doesn't like the older cudatoolkit anymore. The one for python 3.8 still does, so lets just stick to that for now then.
This commit is contained in:
parent
03501a4c8c
commit
fcc210898f
@ -9,7 +9,7 @@ dependencies:
|
|||||||
- pytorch
|
- pytorch
|
||||||
- cudatoolkit=11.1
|
- cudatoolkit=11.1
|
||||||
- tensorflow-gpu
|
- tensorflow-gpu
|
||||||
- python=3.9.*
|
- python=3.8.*
|
||||||
- pip
|
- pip
|
||||||
- git
|
- git
|
||||||
- pip:
|
- pip:
|
||||||
|
@ -8,7 +8,7 @@ dependencies:
|
|||||||
- colorama
|
- colorama
|
||||||
- flask-socketio
|
- flask-socketio
|
||||||
- pytorch
|
- pytorch
|
||||||
- python=3.9.*
|
- python=3.8.*
|
||||||
- cudatoolkit=11.1
|
- cudatoolkit=11.1
|
||||||
- tensorflow-gpu
|
- tensorflow-gpu
|
||||||
- transformers
|
- transformers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user