Update torch library name in README

This commit is contained in:
Ricardo Montañana Gómez 2023-06-29 23:00:20 +02:00
parent 8e9c3483aa
commit d59bf03a51
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE
2 changed files with 4 additions and 2 deletions

View File

@ -82,5 +82,7 @@
"utility": "cpp",
"__verbose_abort": "cpp",
"bit": "cpp"
}
},
"cmake.configureOnOpen": false,
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
}

View File

@ -1,3 +1,3 @@
# BayesNet
Trying to implement Bayesian Network inference with Torchlib from scratch
Trying to implement Bayesian Network inference with libtorch from scratch