Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend Xircuits to include RPA features #203

Merged
merged 12 commits into from
Feb 8, 2023
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,8 @@ mlruns/
# Pytorch dataset default dir
data

# tsconfig files
tsconfig.tsbuildinfo

# .py files compiled by Xircuits
examples/*.py
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
[submodule "xai_components/xai_modelstash"]
path = xai_components/xai_modelstash
url = https://github.com/XpressAI/xai-modelstash
[submodule "xai_components/xai_rpa"]
path = xai_components/xai_rpa
url = https://github.com/yuenherny/xai-rpa
1 change: 1 addition & 0 deletions xai_components/xai_rpa
Submodule xai_rpa added at 7747e1