DLYLL

Results 4 comments of DLYLL

1. find libtaso_runtime.so, it maybe in /usr/local/lib 2. then, add this path to your LD_LIBRARY_PATH=/usr/local/lib it works for me.

i change assert(collection.ParseFromIstream(&input)); to collection.ParseFromIstream(&input); to solve this problem. just wo assert, you can try it.

1) check torch cuda version, e.g., print torch.version.cuda: 11.8 2) then, following https://github.com/TimDettmers/bitsandbytes/blob/main/compile_from_source.md with: 2.1) wget https://raw.githubusercontent.com/TimDettmers/bitsandbytes/main/install_cuda.sh 2.2) bash install_cuda.sh 118 /usr/local 1 3) compile cuda if needed: CUDA_HOME=/usr/local/cuda-11.8 CUDA_VERSION=118...

**same error happens bellow:** ----------------------- tensorflow.python.framework.errors_impl.InvalidArgumentError: Default AvgPoolingOp only supports NHWC on device type CPU [[Node: child/layer_0/cell_0/x/avg_pool/average_pooling2d/AvgPool = AvgPool[T=DT_FLOAT, data_format="NCHW", ksize=[1, 1, 3, 3], padding="SAME", strides=[1, 1, 1, 1], _device="/job:localhost/replica:0/task:0/device:CPU:0"](child/layer_0/cell_0/x/strided_slice_2)]]...