diff --git a/.vscode/settings.json b/.vscode/settings.json index b4be811..86d08cf 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -82,5 +82,7 @@ "utility": "cpp", "__verbose_abort": "cpp", "bit": "cpp" - } + }, + "cmake.configureOnOpen": false, + "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools" } \ No newline at end of file diff --git a/README.md b/README.md index 6449a7f..5d210c5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # BayesNet -Trying to implement Bayesian Network inference with Torchlib from scratch \ No newline at end of file +Trying to implement Bayesian Network inference with libtorch from scratch