Skip to content

brain-lab-research/WLoRA

 
 

Repository files navigation

Requirements

python 3.11.7

Dependancies installation

Plese follow these steps (required!):

  1. If you don't have python of specific version:

    • Install conda
    • Run:
      conda create --name python3.11.7 python=3.11.7
      conda activate python3.11.7
  2. Create virtual env

python3.11 -m venv venv
source venv/bin/activate
  1. Update pip to latest
pip install pip==24.1.1
  1. Install rest of packages from requirements.txt
pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 80.7%
  • Python 18.9%
  • Shell 0.3%
  • Dockerfile 0.1%
  • Makefile 0.0%
  • Cuda 0.0%