:mega::mega::mega: <Union.ai> is proud to announce...
# ecosystem-unionml
s
📣📣📣 Union.ai is proud to announce the release of UnionML, an open-source MLOps framework built on Flyte, that can bundle Python functions into ML microservices. It is the only library that seamlessly manages both data science workflows and production lifecycle tasks. UnionML's release is being announced today at MLOps World 2022 - Toronto, where creator @Niels Bantilan will be hosting a demo booth this afternoon and presenting a talk tomorrow, 6/10 at 1:45pm EDT, titled UnionML: a Microframework for Building Machine Learning Applications. Check it out: • Press release: Union.ai releases UnionML for seamless creation of web-native machine learning applications • Website: https://www.union.ai/unionml • Demo

video

• Release notes: https://github.com/unionai-oss/unionml/releases/tag/v0.1.0 • Star it on GitHub!
🦜 2
🙌 1
💯 2
👀 1
d
@Niels Bantilan just a heads up: if you are doing some sort of workshop at the conf where you expect people to run those commands, you might want to address this one : https://github.com/unionai-oss/unionml/issues/93
🙏 1
n
thanks @David Przybilla! https://github.com/unionai-oss/unionml/pull/95 should address this… can you try it out?
pip install unionml==0.1.1
will cut a patch release for this
d
pip installing that version does not fix the issue. 🤔
doing
pip install .
on main branch after your changes , does fix the issue. weird.
n
oh, does
pip install unionml==0.1.1
not work? lemme try to repro
kk, can you try
Copy code
pip install unionml==0.1.2
unionml init my_app
d
@Niels Bantilan I generated the wheel doing what the github action does :
python setup.py sdist bdist_wheel
installing the wheel does not package the /template folder
doing
pip install .
locally does tho
if you are in a hurry, the wheel generated by my fixbranch's seems to work
n
I just tested
0.1.2
which does package
templates
, can you please confirm?
d
💯 it works now
🦜 1
n
thanks for finding this issue!
162 Views