Skip to content

Commit

Permalink
keep on chugging
Browse files Browse the repository at this point in the history
  • Loading branch information
latentvector committed Sep 13, 2024
1 parent de113da commit 11479ec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 19 deletions.
10 changes: 1 addition & 9 deletions commune/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,4 @@


from .module import Module
from functools import partial
# set the module functions as globals

# for f in :
# globals()[f] = getattr(Module, f)


c = Block = Lego = M = Module # alias c.Module as c.Block, c.Lego, c.M
c.add_to_globals(globals())
Module.add_to_globals(globals())
18 changes: 8 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@ paramiko
# crypto
substrate-interface

# async stuff
nest_asyncio
asyncio
aiofiles
aiohttp

# testing
pytest

#ml/ai/llms/buzzwords
openai
torch
Expand All @@ -28,6 +19,7 @@ netaddr
typer
loguru
pyyaml

#plot
plotly
streamlit
Expand All @@ -36,5 +28,11 @@ streamlit
# for uploading to pypi
twine

# async stuff
nest_asyncio
asyncio
aiofiles
aiohttp


# testing
pytest

0 comments on commit 11479ec

Please sign in to comment.