pk8010

Results 2 issues of pk8010

I am trying to install postal package using `pip install postal` I am following the steps mentioned in link > https://github.com/openvenues/libpostal#installation-windows I have installed Visual Studio 2014 C++ Build Tools...

could Anyone please suggest I am trying to load the model When I load this device = torch.device("cuda" if torch.cuda.is_available() else "cpu") model = SAMAudio.from_pretrained("facebook/sam-audio-small").to(device).eval() I dont get any error...