mirror of
				https://github.com/rasbt/LLMs-from-scratch.git
				synced 2025-11-04 03:40:21 +00:00 
			
		
		
		
	Fixing small typo in package description of the pyproject.toml file (#533)
Co-authored-by: Sebastian Raschka <mail@sebastianraschka.com>
This commit is contained in:
		
							parent
							
								
									5016499d1d
								
							
						
					
					
						commit
						5c8d42ec8d
					
				@ -1,7 +1,7 @@
 | 
			
		||||
[project]
 | 
			
		||||
name = "llms-from-scratch"
 | 
			
		||||
version = "0.1.0"
 | 
			
		||||
description = "mplement a ChatGPT-like LLM in PyTorch from scratch, step by step"
 | 
			
		||||
description = "Implement a ChatGPT-like LLM in PyTorch from scratch, step by step"
 | 
			
		||||
readme = "README.md"
 | 
			
		||||
requires-python = ">=3.10"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user