fix module

main
hashirama 2024-09-22 22:52:31 -04:00
parent 6ca241ed06
commit 11884850c6
No known key found for this signature in database
GPG Key ID: 53E62470A86BC185
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# .gitignore
# Ignore files that end with ~
*~

View File

@ -1,4 +1,4 @@
(define-module (ajatt packages dictionaries)
(define-module (ajatt packages deep-learning)
#:use-module (gnu packages cmake)
#:use-module (gnu packages compression)
#:use-module (gnu packages version-control)