Ariel Noyman

Results 12 comments of Ariel Noyman

I'm using this to occupy full containing Div area: ` "size": { "canvasHeight": document.getElementById("divName").offsetHeight, "canvasWidth": document.getElementById("divName").offsetWidth, ... },`

Thanks for working on Panadana, and sorry to be the bearer of bad news, but install via pip on venv failed in big-sur: ``` Installing collected packages: pandana Running setup.py...

I've reported a similar issue in [react-map-gl](https://github.com/visgl/react-map-gl/issues/1942), but it was notes [there](https://github.com/visgl/react-map-gl/issues/1942#issuecomment-1211473693) that this issue stems from the way mapbox-gl-js [currently handles transformations ](https://github.com/mapbox/mapbox-gl-js/blob/79af3b651218d93ec84bee774f7cb02a8aebabd1/src/ui/map.js#L2859-L2867). Here's the original issue: ### Description...

@Pessimistress thank you for your reply. I'm afraid I'm failing to see how the new syntax has to do with this issue. Even if one runs the very basic-hello world...

@Pessimistress great, thanks for the find - I'll link this issue there and will follow up.

Hi @patrickvonplaten, thanks for this great guide. I wonder if it make sense to allow loading custom pipelines (CP) not as a filename `str` only, but also by passing an...

Thanks @subpanic for posting this, I've bumped into the same issue. In the meantime, when running depth pipeline locally/colab NB, I've used this workaround: ``` img = './i.jpg' dep =...

@daspartho good idea. To elaborate (especially for colab users) we can include: ``` from google.colab import drive drive.mount('/content/gdrive') PATH= "/content/gdrive/MyDrive//" //pytorch will expect subfolder inside !ls {PATH} dataset = torchvision.datasets.ImageFolder(root=PATH,...

This appears to be related to this issue https://github.com/ollama/ollama/issues/3476. However I see `Error: Post "http://0.0.0.0:11434/api/chat": EOF` only when running the latest version (0.1.3) and only on vision models (i.e llava)....

I'm not 100% sure I see the issue - basically if you change the settings json yourself (vs. letting the setup process do it for you) you might accidentally remove...