rllm.utils.extract_zip¶ class rllm.utils.extract_zip(path: str, output_folder: str)[source]¶ Bases: Extract a zip archive to a specific folder. Parameters: path (str) – Path to the zip file. output_folder (str) – Destination folder for the extracted contents.