def download_models()

in Benchmarks/NVIDIA/LLMBenchmark.py [0:0]


    def download_models(self):
        for model_name in self.config['models']:
            if self.config['models'][model_name]['use_model']:
                snapshot_download(repo_id=model_name, cache_dir=self.dir_path+"/hub")