Open eriknomitch opened 1 year ago
Looks like this commit removed the [tool.poetry.scripts] from the pyproject.toml. From what I can tell, that would stop poetry run automata configure
ever working.
That being said, it's not as simple as just re-adding that line to the pyproject.toml. I tried, and it's then failing for other reasons. Will leave this to someone who understands more of what this commit was trying to achieve, as it's modified a lot of files!
Hey @eriknomitch and @ctaceygreen, I just stumbled across this discussion and thought I might chime in.
The Automata slim retooling took the Automata project and essentially stripped it down to a barebones version. This was done when benchmarking performance in this repo. It seemed like there was some underlying discrepancy when trying to replicate OpenAI benchmarks, so we wanted to ensure that there was nothing in the project was causing this and it was solely the model endpoints.
Last I checked, this branch should be functional, and you should be able to install and run everything as detailed in the Readme. It does seem from #518 that there is an issue with Chroma, so updating that dependency is likely needed.
Let me know if this works for you, and if not I'm happy to help!
After following the README using poetry it seems like there isn't an
automata
executable.Error
Additional Information
FYI I'm using
asdf
for my python install which supplies the shim forpoetry
but theoretically that shouldn't matter. As you can see below, the poetry virtualenv for automata is in myPATH
Thanks,
Erik