Ben Epstein

Results 65 comments of Ben Epstein

For what it's worth, running on MacOS sequoia (M3), llama-cpp-python consistently fails on my machine, but ramalama in its current form works. It might be worth testing to see if...

tested @ericcurtin, this works 👍

fwiw this doesnt work with langchain-google-vertexai

When I install with `nix`, it is able to run. I get a different error, which I dont think should happen, since I am able to run this model using...

i'm seeing the same for `langchain_google_vertexai.ChatVertexAI` -- i think it's because google-genai doesn't support it yet https://github.com/googleapis/python-genai/issues/60

I see it imported here, https://github.com/widgetti/solara/blob/master/solara/__init__.py#L44 but you aren't exporting the available modules with `__all__ = [...]` -- perhaps that is why?

Thanks @iisakkirotko -- i was coming back to report that the `reportPrivateImportUsage` from pyright/pylance is the complaining issue here, which confirms the `__all__` theory. If you disable this error, you...

Hi @sethvargo I'm running into the same issue as @pvanderlinden, and i agree the docs aren't clear on how to get `gsutil` working. I used `gcloud storage` and it worked,...

@sethvargo Here you go ``` gsutil version: 5.30 /usr/bin/gsutil Google Cloud SDK 487.0.0 alpha 2024.08.06 beta 2024.08.06 bq 2.1.7 bundled-python3-unix 3.11.9 core 2024.08.06 gcloud-crc32c 1.0.0 gsutil 5.30 /usr/bin/gcloud ``` And...

Hm it seems like this might already be possible and just not documented? https://github.com/PrefectHQ/prefect/blob/main/src/prefect/flows.py#L2040C83-L2041C31