Vedraj

Results 4 comments of Vedraj

@Angi2412 : Borrowing from @smurpau , i was able to recreate a working example that also displays logging from other modules/files. ```python # logexample.py import PySimpleGUI as sg from external_file...

> It's already supported since dolly is on huggingface hub: https://huggingface.co/databricks/dolly-v2-3b You simply need to define some local llm and pass it to the question answering chain. > > ```...

@sueann, @jkbradley, @phi-dbq, @ajaysaini725 : Any updates on this? Or Examples/workarounds how custom transformers could be persisted. I am on Azure Databricks (spark version: 2.2.1)

@sueann Thanks for coming back. Sorry, I misunderstood: I was under the impression that `DeepImageFeaturizer` was a custom transformer. My problem is more related to saving to disk, a more...