---
title: "FineTuningLLMs vs femtoGPT"
type: "comparison"
canonical_url: "https://www.graphcanon.com/compare/dvgodoy-finetuningllms-vs-keyvank-femtogpt"
tools: ["dvgodoy-finetuningllms", "keyvank-femtogpt"]
---

# FineTuningLLMs vs femtoGPT

*GraphCanon updated Aug 24, 2026*

## Verdict

Pick FineTuningLLMs if fineTuningLLMs is designed for users familiar with PyTorch and Hugging Face who seek practical guidance via Jupyter Notebooks; pick femtoGPT if a minimalistic GPT-style language model framework in Rust, suitable for both CPU and GPU inference and training via OpenCL.

[FineTuningLLMs](https://github.com/dvgodoy/FineTuningLLMs) reports 855 GitHub stars, 116 forks, and 4 open issues, last pushed Feb 28, 2026. [femtoGPT](https://discord.gg/wTJFaDVn45) has 935 stars, 67 forks, and 10 open issues, last pushed Oct 21, 2025. Figures are from public GitHub metadata via [FineTuningLLMs's repository](https://github.com/dvgodoy/FineTuningLLMs) and [femtoGPT's repository](https://github.com/keyvank/femtoGPT).

| | [FineTuningLLMs](/tools/dvgodoy-finetuningllms.md) | [femtoGPT](/tools/keyvank-femtogpt.md) |
| --- | --- | --- |
| Tagline | Official repository for 'A Hands-On Guide to Fine-Tuning LLMs with PyTorch and Hugging Face' | Pure Rust implementation of a minimal Generative Pretrained Transformer |
| Stars | 855 | 935 |
| Forks | 116 | 67 |
| Open issues | 4 | 10 |
| Language | Jupyter Notebook | Rust |
| Adopt for | FineTuningLLMs is designed for users familiar with PyTorch and Hugging Face who seek practical guidance via Jupyter Notebooks. | A minimalistic GPT-style language model framework in Rust, suitable for both CPU and GPU inference and training via OpenCL. |
| Persona | - | developer harness |
| Runtime | - | - |
| License | MIT | MIT License, permitting any use as long as all copyright and license information are retained. |
| Categories | LLM Frameworks, Model Training | LLM Frameworks, Model Training |

## Trust and health

_Sourced signals - not a safety guarantee. No winner column._

| | [FineTuningLLMs](/tools/dvgodoy-finetuningllms.md) | [femtoGPT](/tools/keyvank-femtogpt.md) |
| --- | --- | --- |
| Days since push | 176d | 290d |
| Open issues (now) | 4 | 10 |
| Stars delta | +4 (30d) | Unknown |
| Open issues delta | 0 (30d) | Unknown |
| Full report | [trust report](/tools/dvgodoy-finetuningllms/trust.md) | [trust report](/tools/keyvank-femtogpt/trust.md) |

## Decision facts: FineTuningLLMs

- **Adopt for:** FineTuningLLMs is designed for users familiar with PyTorch and Hugging Face who seek practical guidance via Jupyter Notebooks.

## Decision facts: femtoGPT

- **Requirements:** Requires the Rust toolchain installed on your system.; If targeting GPU usage, correct installation of GPU drivers along with OpenCL runtimes is necessary.
- **Adopt for:** A minimalistic GPT-style language model framework in Rust, suitable for both CPU and GPU inference and training via OpenCL.
- **License detail:** MIT License, permitting any use as long as all copyright and license information are retained.
- **Persona:** developer harness

## Choose when

### Choose FineTuningLLMs if…

- FineTuningLLMs is primarily Jupyter Notebook; femtoGPT is Rust.
- Tags unique to FineTuningLLMs: bitsandbytes, fine-tuning, finetuning, hugging-face.
- You need hands-on, step-by-step instructions using PyTorch and the Hugging Face ecosystem

### Choose femtoGPT if…

- femtoGPT is primarily Rust; FineTuningLLMs is Jupyter Notebook.
- Requirements: Requires the Rust toolchain installed on your system.; If targeting GPU usage, correct installation of GPU drivers along with OpenCL runtimes is necessary..
- Tags unique to femtoGPT: from-scratch, gpt, gpu, machine-learning.
- When you want a pure Rust implementation that provides an easy-to-understand basis for learning about the inner workings of AI models.

## When NOT to use FineTuningLLMs

- Not interested in PyTorch; prefer TensorFlow or another framework
- Seek theoretical background over practical applications

## When NOT to use femtoGPT

- When high performance is required as femtoGPT operates relatively slower compared to optimized models, especially for large-scale training.
- If your project strictly needs CUDA-based optimization specific to NVIDIA GPUs, given that femtoGPT leverages OpenCL for GPU support.
- In cases where the project demands a fully tested and production-ready model; femtoGPT's architecture correctness is not guaranteed due to possible implementation errors.

## Common questions

### What is the difference between FineTuningLLMs and femtoGPT?

FineTuningLLMs: Official repository for 'A Hands-On Guide to Fine-Tuning LLMs with PyTorch and Hugging Face'. femtoGPT: Pure Rust implementation of a minimal Generative Pretrained Transformer. See the comparison table for live GitHub stats and shared categories.

### When should I choose FineTuningLLMs over femtoGPT?

Choose FineTuningLLMs over femtoGPT when FineTuningLLMs is primarily Jupyter Notebook; femtoGPT is Rust; Tags unique to FineTuningLLMs: bitsandbytes, fine-tuning, finetuning, hugging-face; You need hands-on, step-by-step instructions using PyTorch and the Hugging Face ecosystem.

### When should I choose femtoGPT over FineTuningLLMs?

Choose femtoGPT over FineTuningLLMs when femtoGPT is primarily Rust; FineTuningLLMs is Jupyter Notebook; Requirements: Requires the Rust toolchain installed on your system.; If targeting GPU usage, correct installation of GPU drivers along with OpenCL runtimes is necessary.; Tags unique to femtoGPT: from-scratch, gpt, gpu, machine-learning; When you want a pure Rust implementation that provides an easy-to-understand basis for learning about the inner workings of AI models.

### When should I avoid FineTuningLLMs?

Not interested in PyTorch; prefer TensorFlow or another framework Seek theoretical background over practical applications

### When should I avoid femtoGPT?

When high performance is required as femtoGPT operates relatively slower compared to optimized models, especially for large-scale training. If your project strictly needs CUDA-based optimization specific to NVIDIA GPUs, given that femtoGPT leverages OpenCL for GPU support. In cases where the project demands a fully tested and production-ready model; femtoGPT's architecture correctness is not guaranteed due to possible implementation errors.

### Is FineTuningLLMs or femtoGPT more popular on GitHub?

femtoGPT has more GitHub stars (935 vs 855). Stars measure visibility, not whether either tool fits your constraints.

### Are FineTuningLLMs and femtoGPT open source?

Yes - both are open-source projects on GitHub (FineTuningLLMs: MIT, femtoGPT: MIT).

### Where can I find alternatives to FineTuningLLMs or femtoGPT?

GraphCanon lists graph-backed alternatives at [FineTuningLLMs alternatives](/tools/dvgodoy-finetuningllms/alternatives) and [femtoGPT alternatives](/tools/keyvank-femtogpt/alternatives) ([FineTuningLLMs markdown twin](/tools/dvgodoy-finetuningllms/alternatives.md), [femtoGPT markdown twin](/tools/keyvank-femtogpt/alternatives.md)), ranked by typed relationship edges rather than popularity votes.

### Is there a machine-readable version of this comparison?

Yes. The markdown twin at [this comparison](/compare/dvgodoy-finetuningllms-vs-keyvank-femtogpt.md) mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.

### Which is better maintained, FineTuningLLMs or femtoGPT?

FineTuningLLMs: Slowing. femtoGPT: Slowing. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.

### Where are the full trust reports for FineTuningLLMs and femtoGPT?

GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: [FineTuningLLMs trust report](/tools/dvgodoy-finetuningllms/trust); [femtoGPT trust report](/tools/keyvank-femtogpt/trust).

---

**Machine-readable endpoints**

- JSON: [`/api/graphcanon/graph?tool=dvgodoy-finetuningllms`](/api/graphcanon/graph?tool=dvgodoy-finetuningllms)
- LLM index: [/llms.txt](/llms.txt)
- Full corpus: [/llms-full.txt](/llms-full.txt)

_GraphCanon - The knowledge graph for AI development. https://www.graphcanon.com/_
