update cuda version in replicate docker image

This commit is contained in:
Brett Kuprel
2022-07-05 15:07:32 -04:00
parent 3aa67b4f5d
commit cc0450337c
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -183,7 +183,7 @@
"text = \"Dali painting of WALL·E\" #@param {type:\"string\"}\n",
"intermediate_outputs = True #@param {type:\"boolean\"}\n",
"grid_size = 3 #@param {type:\"integer\"}\n",
"supercondition_factor = 8 #@param [\"2\", \"4\", \"8\", \"16\", \"32\", \"64\"] {type:\"raw\"}\n",
"supercondition_factor = 16 #@param [\"2\", \"4\", \"8\", \"16\", \"32\", \"64\"] {type:\"raw\"}\n",
"log2_mid_count = 3 if intermediate_outputs else 0\n",
"\n",
"image_stream = model.generate_image_stream(\n",