From d59bf03a515fbe25285bf39bc464a789110809a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Thu, 29 Jun 2023 23:00:20 +0200 Subject: [PATCH] Update torch library name in README --- .vscode/settings.json | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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