You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can it be installed on Windows manually like OneKE https://github.com/OpenSPG/OneKE
Manual Environment Configuration
Conda virtual environments offer a light and flexible setup.
Prerequisites
Anaconda Installation
GPU support (recommended CUDA version: 12.4)
Configure Steps
Clone the repository:
git clone https://github.com/OpenSPG/OneKE.git
Enter the working directory, and all subsequent commands should be executed in this directory.
cd OneKE
Create a virtual environment using Anaconda.
conda create -n oneke python=3.9
conda activate oneke
Install all required Python packages.
pip install -r requirements.txt
If you encounter network issues, consider setting up a domestic mirror for pip.
The text was updated successfully, but these errors were encountered:
can it be installed on Windows manually like OneKE
https://github.com/OpenSPG/OneKE
Manual Environment Configuration
Conda virtual environments offer a light and flexible setup.
Prerequisites
Anaconda Installation
GPU support (recommended CUDA version: 12.4)
Configure Steps
Clone the repository:
git clone https://github.com/OpenSPG/OneKE.git
Enter the working directory, and all subsequent commands should be executed in this directory.
cd OneKE
Create a virtual environment using Anaconda.
conda create -n oneke python=3.9
conda activate oneke
Install all required Python packages.
pip install -r requirements.txt
If you encounter network issues, consider setting up a domestic mirror for pip.
The text was updated successfully, but these errors were encountered: