From b910c29d58143d75d60d7a86fba25cba78f9032f Mon Sep 17 00:00:00 2001 From: Oytun Date: Thu, 16 Jan 2025 08:23:18 +0000 Subject: [PATCH] new post: Differences Between Compiler and Interpreter: Debugging in C with Specific Examples --- _posts/2025-01-16-introduction-shaping-the-future-with-ai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2025-01-16-introduction-shaping-the-future-with-ai.md b/_posts/2025-01-16-introduction-shaping-the-future-with-ai.md index fc38bc6..a353114 100644 --- a/_posts/2025-01-16-introduction-shaping-the-future-with-ai.md +++ b/_posts/2025-01-16-introduction-shaping-the-future-with-ai.md @@ -35,7 +35,7 @@ The development of AI models has seen a surge in specialized platforms that stre - **[LM Studio](https://lmstudio.ai/)**: A development environment tailored for training large language models (LLMs) efficiently. LM Studio integrates with cloud-based and local hardware resources, providing flexibility in scaling computational requirements. -- **Other Emerging Tools**: Frameworks like TensorFlow, PyTorch, and ONNX continue to play a pivotal role in AI research and development, enabling everything from custom neural networks to inference optimization. +- **Other Emerging Tools**: Frameworks like [TensorFlow](https://www.tensorflow.org/), [PyTorch](https://pytorch.org/), and [ONNX](https://onnx.ai/) continue to play a pivotal role in AI research and development, enabling everything from custom neural networks to inference optimization. ### Hardware Considerations: CPU vs. GPU in AI Workflows