Clarifai / clarifai-python-grpc

Clarifai gRPC Python API client
https://docs.clarifai.com
Other
56 stars 20 forks source link

[EAGLE-3330][EAGLE-3321] Add public llms for testing #146

Closed stmugisha closed 1 year ago

stmugisha commented 1 year ago

NB: I nolonger have push/write access to this repo hence creating a PR from a fork

HarmitMinhas96 commented 1 year ago

Are these models deployed in all three envs?

stmugisha commented 1 year ago

No they aren't. The accounts and models are in prod

HarmitMinhas96 commented 1 year ago

No they aren't. The accounts and models are in prod

These tests run in all three envs. One goal is to make sure problems are caught before getting to prod.

stmugisha commented 1 year ago

They previously just copied over all the content into all the envs via resource syncing: but if we're to test just one of the models then creating the models and accounts in all envs can be done manually.

HarmitMinhas96 commented 1 year ago

We should probably reduce it to one hosted LLM and a single API wrapped LLM

stmugisha commented 1 year ago

I guess you'll have to merge it as I don't have permission to do so

HarmitMinhas96 commented 1 year ago

Any idea why the tests aren't running as expected here?

stmugisha commented 1 year ago

I guess it could be because of credentials. I remember Arman and Marco doing something with the actions to run the tests.

stmugisha commented 1 year ago

Closing as this was copied into another PR and merged.