Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can it be installed manually like OneKE #490

Open
Sandy4321 opened this issue Jan 23, 2025 · 0 comments
Open

can it be installed manually like OneKE #490

Sandy4321 opened this issue Jan 23, 2025 · 0 comments

Comments

@Sandy4321
Copy link

Sandy4321 commented Jan 23, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant