More work on the torch version

This commit is contained in:
2024-04-23 11:54:30 +01:00
parent a4a9ade71f
commit 527b57a111
4 changed files with 109 additions and 102 deletions

View File

@@ -23,7 +23,7 @@ const (
dbname = "aistuff"
)
func main() {
func main_() {
psqlInfo := fmt.Sprintf("host=%s port=%d user=%s "+
"password=%s dbname=%s sslmode=disable",