Alexander Hoyle

Results 19 comments of Alexander Hoyle

In `app.py`, you can add the following lines, then load your package by specifying a path to the folder containing the package with `--include-package` (the path need not be absolute)....

Is there something that I should bind it to instead? If I simply remove it, unfortunately the gesture does nothing. Touchpad pinching and touchscreen pinching map to different things, though....

Hey, thanks for all the work on this! I'm unfortunately still not getting touchpad pinch-to-zoom to work on 0.5 (two-finger scrolling with ctrl/shift do work)

@mona-timmermann it's taking the mean. There are `45=n*(n-1)/2` summations

Thanks for your interest in our work! We intend to put together a fuller how-to in the future, but for the time being, here's a rough outline of the necessary...

Hm, I thought we had it set up so that the labels were optional, but in the meantime I think you can run `--labels rating` to get it to create...

I'm getting this error too, but I'm not using async. I'm not sure, but I think it may be the result of repeated prompts within a batch?

I'm also having an issue with this---if I compile a `Module` with a `teleprompter`, then try to run it forward, it often creates prompts that are too long. Is there...

Yes, I think this is the issue, the demonstrations end up creating a prompt that's too long. I think it's because I'm mirroring a RAG setting for classification, and the...

Sorry, I also missed your response! Yes, that did resolve the problem