mirror of
				https://github.com/rasbt/LLMs-from-scratch.git
				synced 2025-10-31 09:50:23 +00:00 
			
		
		
		
	update report template
This commit is contained in:
		
							parent
							
								
									f0d2af06de
								
							
						
					
					
						commit
						3874c477fa
					
				
							
								
								
									
										12
									
								
								.github/ISSUE_TEMPLATE/bug-report.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/ISSUE_TEMPLATE/bug-report.yaml
									
									
									
									
										vendored
									
									
								
							| @ -52,13 +52,17 @@ body: | |||||||
|       description: | |       description: | | ||||||
|         Please provide details about your Python environment via the environment collection script or notebook located at |         Please provide details about your Python environment via the environment collection script or notebook located at | ||||||
|         https://github.com/rasbt/LLMs-from-scratch/tree/main/setup/02_installing-python-libraries. |         https://github.com/rasbt/LLMs-from-scratch/tree/main/setup/02_installing-python-libraries. | ||||||
|         You can run the script as follows: |         For your convenience, you can download and run the script from your terminal as follows: | ||||||
|         ```console | 
 | ||||||
|         wget https://raw.githubusercontent.com/rasbt/LLMs-from-scratch/main/setup/02_installing-python-libraries/python_environment_check.py |         ```bash | ||||||
|  |         curl --ssl-no-revoke -O https://raw.githubusercontent.com/rasbt/LLMs-from-scratch/main/setup/02_installing-python-libraries/python_environment_check.py  \ | ||||||
|  |         -O https://raw.githubusercontent.com/rasbt/LLMs-from-scratch/main/requirements.txt | ||||||
|  | 
 | ||||||
|         python python_environment_check.py |         python python_environment_check.py | ||||||
|         ``` |         ``` | ||||||
|  | 
 | ||||||
|         The script will print your Python environment information in the following format |         The script will print your Python environment information in the following format | ||||||
|         ``` |         ```console | ||||||
|         [OK] Your Python version is 3.11.4 |         [OK] Your Python version is 3.11.4 | ||||||
|         [OK] torch 2.3.1 |         [OK] torch 2.3.1 | ||||||
|         [OK] jupyterlab 4.2.2 |         [OK] jupyterlab 4.2.2 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 rasbt
						rasbt