Skip to content

Commit e68f30e

Browse files
committed
remove stateful setting use default instead
1 parent 1749aac commit e68f30e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

notebooks/openvino/phi-2_on_mtl.ipynb

+1-3
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@
8484
" group_size=128,\n",
8585
" ratio=0.8,\n",
8686
")\n",
87-
"device = 'gpu'\n",
88-
"stateful = True "
87+
"device = 'gpu'"
8988
]
9089
},
9190
{
@@ -121,7 +120,6 @@
121120
" \"INFERENCE_PRECISION_HINT\": precision,\n",
122121
" \"CACHE_DIR\": os.path.join(save_name, \"model_cache\"), # OpenVINO will use this directory as cache\n",
123122
" },\n",
124-
" 'stateful': stateful,\n",
125123
" 'compile': False,\n",
126124
" 'quantization_config': quantization_config\n",
127125
"}\n",

0 commit comments

Comments
 (0)