Nissan Pow

Results 17 comments of Nissan Pow

I have one generic hourly flow, which is parameterized by different config files. I want to be able to specify the config file to use when setting up the event-bridge...

Good callout. Is state-machine triggering being worked on? I see there's https://github.com/Netflix/metaflow/pull/840 but it seems to have stalled.

Hi @savingoyal, any updates on this PR? This would be a really useful feature to have!

@obgibson Here you go: ``` { "data":{ "file":"pyspark_runner.py", "parameters":[ { "name":"base_cfg", "type":"Parameter" }, { "name":"override_cfg", "type":"Parameter" } ], "constants":[ ], "steps":{ "start":{ "name":"start", "type":"start", "line":24, "doc":"", "decorators":[ { "name":"conda", "attributes":{...

It's the latest. I built off `master`: ``` >>> metaflow.__version__ '2.5.2' ```

I used the CloudFormation template to deploy the Metaflow ui/service. Do I just re-run the template again to update?

I don't see how to specify the image tag in the CloudFormation template. I'm using this template, which hasn't been updated since October 2021: https://raw.githubusercontent.com/Netflix/metaflow-tools/master/aws/cloudformation/metaflow-cfn-template.yml ``` Mappings: ServiceInfo: StackName: value:...

This is fixed in https://github.com/hwchase17/langchain/pull/3837

Whoops my bad, forgot to check the tests -- I think the test is working because it's using an older model. The new models from `nomicai/pygpt4all` have their own bindings.

Updated the docs and the test. Not sure what you mean by "import test" -- should we change the `model_url` to be a newer one?