Skip to content

Commit

Permalink
delete BACKEND from config
Browse files Browse the repository at this point in the history
  • Loading branch information
souryadey committed Oct 14, 2023
1 parent a372a22 commit c6e4fe3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dlkoopman/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ class Config():
- **CTYPE** (*torch.dtype*) - Data type of complex tensors. Is automatically set to `torch.c<precision>` (e.g. `torch.cfloat` if `precision="float"`).
- **DEVICE** (*torch.device*) - Device where tensors reside. Is automatically set to `"cpu"` if `use_cuda=False` or CuDA is not available, otherwise `"cuda"`.
- **BACKEND** (*str*) - Backend used for `torch.compile()`. Is automatically set to `"aot_eager"` (this may change to `"inductor"` in a future release).
"""

def __init__(self,
Expand Down

0 comments on commit c6e4fe3

Please sign in to comment.