Skip to content

Commit 90a504e

Browse files
committed
docs: strip coremltools import warning from pruning tutorial output
Removes a local scikit-learn/coremltools version warning baked into the notebook's output; it's environment noise, not tutorial content.
1 parent 85c8f95 commit 90a504e

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

docs/src/tutorials/mnist_pruning.ipynb

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -429,17 +429,7 @@
429429
"execution_count": 14,
430430
"id": "cell-24",
431431
"metadata": {},
432-
"outputs": [
433-
{
434-
"name": "stderr",
435-
"output_type": "stream",
436-
"text": [
437-
"W0714 17:27:02.612000 83677 torch/distributed/elastic/multiprocessing/redirects.py:29] NOTE: Redirects are currently not supported in Windows or MacOs.\n",
438-
"scikit-learn version 1.9.0 is not supported. Minimum required version: 0.17. Maximum required version: 1.5.1. Disabling scikit-learn conversion API.\n",
439-
"Torch version 2.11.0 has not been tested with coremltools. You may run into unexpected errors. Torch 2.7.0 is the most recent version that has been tested.\n"
440-
]
441-
}
442-
],
432+
"outputs": [],
443433
"source": [
444434
"from coreai_opt.pruning import (\n",
445435
" MagnitudePruner,\n",

0 commit comments

Comments
 (0)