Update auto_connect_frameworks info (#718)

This commit is contained in:
pollfly
2023-11-23 15:05:19 +02:00
committed by GitHub
parent 2cd2a8886a
commit 346d1fc558
17 changed files with 17 additions and 19 deletions

View File

@@ -47,7 +47,7 @@ auto_connect_frameworks={
'tensorflow': False, 'tensorboard': False, 'pytorch': True,
'xgboost': False, 'scikit': True, 'fastai': True, 'lightgbm': False,
'hydra': True, 'detect_repository': True, 'tfdefines': True, 'joblib': True,
'megengine': True, 'jsonargparse': True, 'catboost': False
'megengine': True, 'catboost': False
}
```