flowtron icon indicating copy to clipboard operation
flowtron copied to clipboard

Create inference_colab.ipynb

Open yhgon opened this issue 5 years ago • 2 comments

add inference notebook on google colab

yhgon avatar May 19 '20 03:05 yhgon

Currently in 2023 this is not working .. Gives _pickle.UnpicklingError: invalid load key, '<'. error ! Please have a look @yhgon @daun-io

souvikg544 avatar Jan 11 '23 12:01 souvikg544

Recently I didn't test flowtron on colab.

I found same problem #150 and #156

I know there are always dependency issue with colab because of pre-installed libraries.

below colab show how to replace pre-installed cuda toolkit and sdk in colab with NV HPC SDK and link the libraries. you could manually configure right version of other dependent libraries such as pre-installed pytorch.

https://github.com/yhgon/bootcamp_kr/blob/main/2022/09_KSC22_HPC/KSC22_GPU_tutorial.ipynb

yhgon avatar Jan 12 '23 01:01 yhgon