Last active
June 29, 2024 11:57
-
-
Save Nikolaj-K/dc9742fe37ec52856759f040e509035f to your computer and use it in GitHub Desktop.
Fairly minimal requirements.txt for the smalldiffusion package
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Install hints for | |
## https://github.com/yuanchenyang/smalldiffusion/ | |
## as of July 2024. Produced via `pip freeze > requirements.txt` | |
## You may `pip install -r requirements.txt` this file for a numpy that worked for me. | |
## Small discussion at | |
## https://github.com/yuanchenyang/smalldiffusion/issues/1 | |
# accelerate==0.31.0 | |
# appnope==0.1.4 | |
# asttokens==2.4.1 | |
# certifi==2024.6.2 | |
# charset-normalizer==3.3.2 | |
# comm==0.2.2 | |
# contourpy==1.2.1 | |
# cycler==0.12.1 | |
# debugpy==1.8.2 | |
# decorator==5.1.1 | |
# einops==0.8.0 | |
# executing==2.0.1 | |
# filelock==3.15.4 | |
# fonttools==4.53.0 | |
# fsspec==2024.6.1 | |
# huggingface-hub==0.23.4 | |
# idna==3.7 | |
# ipykernel==6.29.4 | |
# ipython==8.26.0 | |
# ipywidgets==8.1.3 | |
# jedi==0.19.1 | |
# Jinja2==3.1.4 | |
# jupyter_client==8.6.2 | |
# jupyter_core==5.7.2 | |
# jupyterlab_widgets==3.0.11 | |
# kiwisolver==1.4.5 | |
# MarkupSafe==2.1.5 | |
# matplotlib==3.9.0 | |
# matplotlib-inline==0.1.7 | |
# mpmath==1.3.0 | |
# nest-asyncio==1.6.0 | |
# networkx==3.3 | |
# numpy==1.26.4 | |
# packaging==24.1 | |
# parso==0.8.4 | |
# pexpect==4.9.0 | |
# pillow==10.3.0 | |
# platformdirs==4.2.2 | |
# prompt_toolkit==3.0.47 | |
# psutil==6.0.0 | |
# ptyprocess==0.7.0 | |
# pure-eval==0.2.2 | |
# Pygments==2.18.0 | |
# pyparsing==3.1.2 | |
# python-dateutil==2.9.0.post0 | |
# PyYAML==6.0.1 | |
# pyzmq==26.0.3 | |
# requests==2.32.3 | |
# safetensors==0.4.3 | |
# six==1.16.0 | |
# smalldiffusion @ file:///Users/amoogle/Documents/Git/smalldiffusion | |
# stack-data==0.6.3 | |
# sympy==1.12.1 | |
# torch==2.2.2 | |
# torchvision==0.17.2 | |
# tornado==6.4.1 | |
# tqdm==4.66.4 | |
# traitlets==5.14.3 | |
# typing_extensions==4.12.2 | |
# urllib3==2.2.2 | |
# wcwidth==0.2.13 | |
# widgetsnbextension==4.0.11 | |
numpy==1.26.4 | |
matplotlib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment