python3Packages.torchprofile: 0.0.3 -> 0.0.4
This commit is contained in:
		
							parent
							
								
									2081733c23
								
							
						
					
					
						commit
						647d687dd6
					
				| @ -10,14 +10,14 @@ | ||||
| 
 | ||||
| buildPythonPackage rec { | ||||
|   pname = "torchprofile"; | ||||
|   version = "0.0.3"; | ||||
|   version = "0.0.4"; | ||||
|   pyproject = true; | ||||
| 
 | ||||
|   src = fetchFromGitHub { | ||||
|     owner = "zhijian-liu"; | ||||
|     repo = "torchprofile"; | ||||
|     tag = "v${version}"; | ||||
|     hash = "sha256-6vxZHQwBjKpy288wcANdJ9gmvIOZloLv+iN76TtqYAI="; | ||||
|     hash = "sha256-ynRrGHzroyv8T8fggJAag7u6XBOx+uN49HSIe46Bcek="; | ||||
|   }; | ||||
| 
 | ||||
|   build-system = [ | ||||
| @ -39,7 +39,7 @@ buildPythonPackage rec { | ||||
|   ]; | ||||
| 
 | ||||
|   meta = { | ||||
|     changelog = "https://github.com/zhijian-liu/torchprofile/releases/tag/v${version}"; | ||||
|     changelog = "https://github.com/zhijian-liu/torchprofile/releases/tag/${src.tag}"; | ||||
|     description = "General and accurate MACs / FLOPs profiler for PyTorch models"; | ||||
|     homepage = "https://github.com/zhijian-liu/torchprofile"; | ||||
|     license = lib.licenses.mit; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 R. Ryantm
						R. Ryantm