diff --git a/.github/workflows/test_and_deploy.yaml b/.github/workflows/test_and_deploy.yaml index e0a1277..3eeeeef 100644 --- a/.github/workflows/test_and_deploy.yaml +++ b/.github/workflows/test_and_deploy.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ${{ matrix.platform }} strategy: matrix: - platform: [ubuntu-latest, windows-latest, macos-latest] + platform: [ubuntu-latest] python-version: [3.9] steps: diff --git a/README.md b/README.md index 347ce99..1622540 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ ```python pip install 'amadeusgpt[streamlit]' ``` + - Please note that you need an [openAI API key](https://platform.openai.com/account/api-keys), which you can easily create [here](https://platform.openai.com/account/api-keys). - If you want the **Streamlit Demo on your computer**, you will also need demo files that are supplied in our repo (see below**), so please git clone the repo and navigate into the `AmadeusGPT` directory. Then in your conda env/terminal run `pip install '.[streamlit]'`. Then, to launch the Demo App execute in the terminal: ```python make app @@ -43,13 +44,6 @@ make app - If you launch the app and get an ffmpeg error, `RuntimeError: No ffmpeg exe could be found. Install ffmpeg on your system, or set the IMAGEIO_FFMPEG_EXE environment variable.` try running `conda install ffmpeg`. - If you have an M1/M2 chip and use CEBRA within AmadeusGPT, and you get this error: `RuntimeError: Device type MPS is not supported for torch.Generator() api` run `pip install --upgrade torch`. -## Hosted Demo: - - - 🔮 App: [https://amadeusgpt.kinematik.ai/](https://amadeusgpt.kinematik.ai/) - - Please note that you need an [openAI API key](https://platform.openai.com/account/api-keys), which you can easily create [here](https://platform.openai.com/account/api-keys). - -https://github.com/AdaptiveMotorControlLab/AmadeusGPT/assets/28102185/61bc447c-29d4-4295-91be-23e5a7f10386 - ## License AmadeusGPT is license under the Apache-2.0 license. diff --git a/amadeusgpt/version.py b/amadeusgpt/version.py index 8ecc2d0..9614ef1 100644 --- a/amadeusgpt/version.py +++ b/amadeusgpt/version.py @@ -6,5 +6,5 @@ # # Licensed under Apache 2.0 -__version__ = "0.1.0" +__version__ = "0.0.2" VERSION = __version__ diff --git a/setup.cfg b/setup.cfg index 9cabcb3..d886aae 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = amadeusgpt -version = 0.1.0 +version = 0.0.2 author = Shaokai Ye, Jessy Lauer, Mu Zhou, Alexander Mathis, Mackenzie Mathis author_email = mackenzie@post.harvard.edu description = AmadeusGPT🎻: We turn natural language descriptions of behaviors into machine-executable code