v0.2.0, MinDalleTorch -> MinDalle, breaking change

This commit is contained in:
Brett Kuprel
2022-07-01 19:44:24 -04:00
parent 2080e596c3
commit 35e97768a5
10 changed files with 43 additions and 45 deletions
+2 -2
View File
@@ -77,9 +77,9 @@
}
],
"source": [
"from min_dalle import MinDalleTorch\n",
"from min_dalle import MinDalle\n",
"\n",
"model = MinDalleTorch(is_mega=True, is_reusable=True)"
"model = MinDalle(is_mega=True, is_reusable=True)"
]
},
{