Results 33 comments of S Aruna

cc/ @manuelruder sorry to bother you, but wanted to check if you had some thoughts here.

I see this issue with flownet, but not with deepflow.

Thanks for clarifying @pandep92! * Can this be exported to the API query shown on the explorer as well, so that API users who use the curl command from the...

Also struggling with this on a vue/webpack/nodeJS project.

Bumping this up!

Error trace ```bash --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[26], line 46 44 for prompt in prompts: 45 prompt = tokenizer.decode(tokenizer(prompt, padding='max_length', max_length=MAX_LEN)["input_ids"]) ---> 46 with model.trace(prompt, scan=False,...

@perrygeo yep, this is on my list, but I haven't found time to look at it yet. Thanks for flagging that this is happening on newer PRs too. 🙇‍♀️ I'll...

@JadenFiotto-Kaufman It does seem to happen on the dataset + model combination I shared, so it's definitely not a data independent thing! The memory usage drops to 40G (about half...

This was an issue on my side since I wasn't detaching tensors. Closing for now.