Vinay Singh
Vinay Singh
The log is pasted below info 18:00:08.165: Process Execution: > ~/floyd/.conda/bin/python -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)" > ~/floyd/.conda/bin/python -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)" info 18:00:08.202: Process Execution: >...
I tried running the colab locally and it throws A: torch.Size([77, 4096]), B: torch.Size([4096, 4096]), C: (77, 4096); (lda, ldb, ldc): (c_int(2464), c_int(131072), c_int(2464)); (m, n, k): (c_int(77), c_int(4096), c_int(4096))cuBLAS...
Hey Guys, Any updates on this, our UX needs this functionality on karateka.io.
Thanks guys was waiting for this for long time, will add it next month and let you know if there's any feedback.
@jamshale I have made a PR to fix this, i have uncommented the code in examples to test this. Removed the try catch from handlers, finally block was also committing...
@jamshale the timeout should be resolved now there was another call that could be causing issue. If it doesn't we need to recreate it in a vm. I'm not able...
@jamshale the only remaining deadlocks could be coming from the sessions code will check it out and see if something can be made better. We need someway to recreate this...
@jamshale i have opened another PR for fix, can you try on this if you're able to recreate the error https://github.com/openwallet-foundation/acapy/pull/3958
The code spawns multiple operations to a db for connection cleanup and the containers run on shared instances the performance is not always same some of the them get locked...
@jamshale I have done refactor of the wallet to pass a session so nested calls can reuse the connections. We should run the test actions on this pr like 10...