Ben Auffarth
Ben Auffarth
I am getting an error when I try to install this: INFO: pip is looking at multiple versions of langchain-google-vertexai to determine which version is compatible with other requirements. This...
@leo-gan I'll close this.
@jryanhaber Great work, thank you! A README change would be good to make clear what the hardware support is and how to run it.
This runs but I've never managed to get any correct examples in test in spite of trying. The model architecture is completely different. This is just a generic transformer model.
@aesdhj Thanks for that. I am struggling a bit to figure out what this is about. Which chapter, page is this, please? Was it not working?
Closing this due to inactivity
Thanks, @audaxland for reporting this. I can't replicate the exact issue with pip. When I use conda to set up an environment, it works for me (but MacOS): ```bash conda...
Hi again, @audaxland. Thanks for pointing out the problem with the Dockerfile. The notebook folder has been removed in the new version of the repo/book. I've just fixed that and...
Hey @audaxland. Thanks for testing this and for the detailed description and output. I have tested your commands above for installing with pip and virtualenv, and for me it's working....
@Roman-GitH thanks for reporting. I've tried WSL 2, and I've come across this problem after these steps: ```bash conda create -b langchain_ai python=3.11 conda activate langchain_ai python --version # just...