Skip to content

Commit

Permalink
Merge pull request #203 from yuenherny/yuenherny/xai-rpa
Browse files Browse the repository at this point in the history
Extend Xircuits to include RPA features
  • Loading branch information
MFA-X-AI authored Feb 8, 2023
2 parents 6725bd6 + 0562eec commit fe60f34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
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

0 comments on commit fe60f34

Please sign in to comment.