raceback (most recent call last): File "C:\Users\chenm\Valorant-A.I-Aimbot\ValoAiAimbot\Library\yolov5\hubconf.py", line 49, in _create model = DetectMultiBackend(path, device=device, fuse=autoshape) # detection model File "C:\Users\chenm\Valorant-A.I-Aimbot\ValoAiAimbot\Library\yolov5\models\common.py", line 398, in __init__ context = model.create_execution_context() AttributeError: 'NoneType' object has no attribute 'create_execution_context' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Users\chenm\Valorant-A.I-Aimbot\ValoAiAimbot\Library\yolov5\hubconf.py", line 60, in _create model = attempt_load(path, device=device, fuse=False) # arbitrary model File "C:\Users\chenm\Valorant-A.I-Aimbot\ValoAiAimbot\Library\yolov5\models\experimental.py", line 79, in attempt_load ckpt = torch.load(attempt_download(w), map_location='cpu') # load File "C:\Users\chenm\Valorant-A.I-Aimbot\cheat-env\lib\site-packages\torch\serialization.py", line 713, in load return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args) File "C:\Users\chenm\Valorant-A.I-Aimbot\cheat-env\lib\site-packages\torch\serialization.py", line 920, in _legacy_load magic_number = pickle_module.load(f, **pickle_load_args) _pickle.UnpicklingError: invalid load key, 'f'. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "C:\Users\chenm\Valorant-A.I-Aimbot\ValoAiAimbot\functions.py", line 84, in submit_login main_callback() File "C:\Users\chenm\Valorant-A.I-Aimbot\ValoAiAimbot\main.py", line 34, in main yolov5_model = torch.hub.load(Yolov5_Path, 'custom', path=Yolov5_Model, source='local', force_reload=True).eval().cuda() File "C:\Users\chenm\Valorant-A.I-Aimbot\cheat-env\lib\site-packages\torch\hub.py", line 540, in load model = _load_local(repo_or_dir, model, *args, **kwargs) File "C:\Users\chenm\Valorant-A.I-Aimbot\cheat-env\lib\site-packages\torch\hub.py", line 569, in _load_local model = entry(*args, **kwargs) File "C:\Users\chenm\Valorant-A.I-Aimbot\ValoAiAimbot\Library\yolov5\hubconf.py", line 83, in custom return _create(path, autoshape=autoshape, verbose=_verbose, device=device) File "C:\Users\chenm\Valorant-A.I-Aimbot\ValoAiAimbot\Library\yolov5\hubconf.py", line 78, in _create raise Exception(s) from e Exception: invalid load key, 'f'.. Cache may be out of date, try `force_reload=True` or see https://github.com/ultralytics/yolov5/issues/36 for help.