How to solve this’OSError: [Errno 22] Invalid argument:’

I was trying to use a lpmodel using the below line of code,

model = lp.AutoLayoutModel(“lp://efficientdet/PubLayNet/tf_efficientdet_d0”)

But it returns the following error.

OSError: [Errno 22] Invalid argument: ‘C:\Users\navee/.torch/iopath_cache\s/ukbw5s673633hsw\publaynet-tf_efficientdet_d0.pth.tar?dl=1.lock’

How can I solve this?