the beginning of the implementation of Vulkan

This commit is contained in:
2026-04-30 01:35:33 +07:00
parent 8abdea6b77
commit 92a595b2f1
4 changed files with 63 additions and 14 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ int main() {
std::cout << "System Prompt updated!" << std::endl;
} else if (cmdIn == "/trainVulkan") {
nn.trainVulkan();
std::cout << nn.trainVulkan();
} else if (cmdIn == "/help") {
std::cout << "\n--- MENU ---" << std::endl;