Andrew Fogarty

Results 11 comments of Andrew Fogarty

> Are you possibly using `multiprocessing` or any library spawning child processes ? It could cause part of your script to be executed multiple times. Maybe try to guard the...

Thank you so much for your quick response and attention! I cannot get (1) to work but I have not tried editing the source code for (2). In terms of...

Good Evening, I am still having some struggles. I am not entirely sure what is not working properly. With a toy example, the model outputs loss, logits correctly: ``` import...

Thanks for the continued help. I have been playing with your colab example which of course works. I am still trying to figure out why, exactly, it does not work...

Thanks for the feedback! I split the timings, suggesting that the `to_numpy()` is maybe not the culprit. t1 accounts for the main `isin` search operation t2 accounts for `to_numpy()`, some...

Sorry for the delay -- there is a notable improvement in the speed and computation from what I experienced last time of roughly 50s for a single iteration. Now I...

Also getting this issue with Azure ML notebooks. To fix the issue, I used: ``` %pip install azure-core==1.23.1 ```

I am having this issue now as well; debugging locally works and this is set: `"AzureWebJobsFeatureFlags": "EnableWorkerIndexing"`. Can anyone share what they did to resolve it?

Looking forward to this too -- is there any way we can do this "manually"?

Any updates? For consistency, if we create/update an assistant if a fully specified json schema like so: response_format=json_schema Then we should also apply the same conditions when running the thread?...