Closed KrishPatel13 closed 1 year ago
@KrishPatel13 What is the actual error in the attached trace? I think that some internal knowledge on your project is needed to really understand the issue. Briefly looking through it, looks like it traces into some inner dependencies of presidio (spacy, that you also depend on directly), and some dependency of your project (torch, thinc)
Closing for the time, please reopen with more information if this persists
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Ctrl + C
See error:
done File "", line 1006, in _find_and_load_unlocked
from torch._decomp import _add_op_to_registry, global_decomposition_table, meta_table
2023-05-30 23:19:16.423 File "P:\OpenAdapt AI - MLDS AI\cloned_repo\OpenAdapt.venv\lib\site-packages\torch_decomp__init.py", line 170, in
KeyboardInterrupt
| import torch._refs
File "P:\OpenAdapt AI - MLDS AI\cloned_repo\OpenAdapt.venv\lib\site-packages\torch_refs__init__.py", line 5441, in
INFO File "", line 688, in _load_unlocked
| main:process_events:126 - done
File "", line 879, in exec_module
import torch._refs.special
File "P:\OpenAdapt AI - MLDS AI\cloned_repo\OpenAdapt.venv\lib\site-packages\torch_refs\special__init.py", line 134, in
File "", line 975, in get_code
def logit(self: TensorLikeType, eps: Optional[float] = None) -> TensorLikeType:", line 1074, in get_data
return tree_unflatten([fn(i) for i in flat_args], spec)
File "P:\OpenAdapt AI - MLDS AI\cloned_repo\OpenAdapt.venv\lib\site-packages\torch\utils_pytree.py", line 196, in
return tree_unflatten([fn(i) for i in flat_args], spec)
File "P:\OpenAdapt AI - MLDS AI\cloned_repo\OpenAdapt.venv\lib\site-packages\torch_decomp\ init__.py", line 128, in register
KeyboardInterrupt
_add_op_to_registry(registry, op, fn)
File "P:\OpenAdapt AI - MLDS AI\cloned_repo\OpenAdapt.venv\lib\site-packages\torch_decomp\ init__.py", line 44, in _add_op_to_registry
overloads.append(getattr(op, ol))
File "P:\OpenAdapt AI - MLDS AI\cloned_repo\OpenAdapt.venv\lib\site-packages\torch_ops.py", line 447, in getattr
def getattr(self, key):
KeyboardInterrupt
2023-05-30 23:19:16.902 | INFO | main__:record:652 - saved recording_timestamp=1685503151.9328675
2023-05-30 23:19:16.902 | INFO | main:record:652 - saved recording_timestamp=1685503151.9328675
File "P:\OpenAdapt AI - MLDS AI\cloned_repo\OpenAdapt.venv\lib\site-packages\torch_decomp__init.py", line 131, in decomposition_decorator tree_map(register, aten_op) File "P:\OpenAdapt AI - MLDS AI\cloned_repo\OpenAdapt.venv\lib\site-packages\torch\utils_pytree.py", line 196, in tree_map File "