Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nqyy committed May 26, 2024
1 parent d5ee325 commit 3a91ce5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

- name: Run install script
run: |
chmod +x ./install.sh
./install.sh
chmod +x ./install.bash
./install.bash
- name: Cache packages
uses: actions/cache@v3
Expand Down
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# Mbodied Agents


TODO: Set up CI
<!--
[![MacOS | Python 3.12|3.11|3.10](https://github.com/MbodiAI/mbodied_corp/actions/workflows/macos.yml/badge.svg?branch=main)](https://github.com/MbodiAI/mbodied_corp/actions/workflows/macos.yml)
[![Ubuntu](https://github.com/MbodiAI/mbodied_corp/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/MbodiAI/mbodied_corp/actions/workflows/ubuntu.yml) -->

[![MacOS | Python 3.12|3.11|3.10](https://github.com/MbodiAI/opensource/actions/workflows/macos.yml/badge.svg?branch=main)](https://github.com/MbodiAI/opensource/actions/workflows/macos.yml)
[![Ubuntu](https://github.com/MbodiAI/opensource/actions/workflows/ubuntu.yml/badge.svg)](https://github.com/MbodiAI/opensource/actions/workflows/ubuntu.yml)

TODO: Describe this repo in a intriguing way. Bring LLM, transfomers and more to Robotics. For every embodiment, everywhere etc.

Expand All @@ -15,7 +11,6 @@ TODO: Add interest form for our training, data augmentation pipeline.

TODO: Not a single dataset is wasted. Auto recording every observation and action. Contact mbodi for further details.


About Mbodi AI:

Mbodi AI is an open-source robotics and AI platform designed to support end-to-end robotics applications involving artificial intelligence, data handling and augmentation, human-user interaction, and much more!
Expand Down
Empty file modified install.bash
100644 → 100755
Empty file.

0 comments on commit 3a91ce5

Please sign in to comment.