Jan Bours

Results 19 comments of Jan Bours

I am experiencing the exact same issue in this Notebook "The Causal Story Behind Hotel Booking Cancellations". And no clue what is going wrong here. In another Notebook such as...

Thanks for the solution and the explanation of it! I am going to try it out today !

> Take a look at https://stackoverflow.com/questions/54465816/how-to-use-flask-in-google-colaboratory-python-notebook. Based on the first answer you could get the IP of the notebook with `print(socket.gethostbyname(socket.getfqdn(socket.gethostname())))` and use `trace(host='0.0.0.0')` to make heartrate accessible remotely. Does...

> Use `heartrate.trace(host='0.0.0.0')` and port 9999 in the client side. This is a COLAB Notebook that works with a demo Flasjk app: https://colab.research.google.com/drive/1ocoD0B0h2F8HhwWz9j9Td4uhvoTk_Um2#scrollTo=lrO47YxeJzTl How do I convert that, so that...

> Welp, I tried, couldn't get anything to work. If I run heartrate on port 80 and then point ngrok to port 80 I get close, but I get a...

> Try outside of IPython in just a regular script. I will try that!

> What do you mean "run ollama on Hugging Face Spaces"? Do you want to consume models available in Hugging Face Spaces (HFS)? Is that your aim? If so, then...

I also would like to use a free, open source LLM model locally. My suggestion: Perhaps HuggingChat v0.2 is a good alternative: https://huggingface.co/chat/ HuggingChat v0.2 Making the community's best AI...