Blealtan / efficient-kan

An efficient pure-PyTorch implementation of Kolmogorov-Arnold Network (KAN).
MIT License
3.49k stars 306 forks source link

How to pip install? #40

Closed piwawa closed 1 month ago

piwawa commented 1 month ago
$pip install efficient-kan
ERROR: Could not find a version that satisfies the requirement efficient-kan (from versions: none)
ERROR: No matching distribution found for efficient-kan
Paulo-21 commented 1 month ago

try pip install from the github repo

gguzzy commented 1 month ago

You can try by cloning the repo inside your working directory, using git clone https://github.com/Blealtan/efficient-kan.git, then you can simply run pip install -e . to save it in your current environment.

JacksonBurns commented 1 month ago

Let pip do the clone for you: pip install git+https://github.com/Blealtan/efficient-kan.git