audmodel.publish() will create an archive from the model files in the default temp folder of the system. As the model files can be very big, it might run out-of-space in that folder. To avoid having to set an environment variable to point it to another tmp folder, we should consider adding an argument to specify tmpdir.
audmodel.publish()will create an archive from the model files in the default temp folder of the system. As the model files can be very big, it might run out-of-space in that folder. To avoid having to set an environment variable to point it to another tmp folder, we should consider adding an argument to specifytmpdir.