|
51 | 51 | "outputs": [], |
52 | 52 | "source": [ |
53 | 53 | "%pip install -q \"einops\" \"torch>2.1\" \"torchvision\" \"matplotlib>=3.4\" \"timm>=0.9.8\" \"transformers>=4.41\" \"pillow\" \"gradio>=4.19\" --extra-index-url https://download.pytorch.org/whl/cpu\n", |
54 | | - "%pip install -q -U --pre \"openvino>=2024.6\" --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/pre-release" |
| 54 | + "%pip install -q -U --pre \"openvino>=2025.0\"" |
55 | 55 | ] |
56 | 56 | }, |
57 | 57 | { |
|
485 | 485 | }, |
486 | 486 | "widgets": { |
487 | 487 | "application/vnd.jupyter.widget-state+json": { |
488 | | - "state": { |
489 | | - "23f65148d7dd4b48a2c89e24cc0fef1b": { |
490 | | - "model_module": "@jupyter-widgets/controls", |
491 | | - "model_module_version": "2.0.0", |
492 | | - "model_name": "DescriptionStyleModel", |
493 | | - "state": { |
494 | | - "description_width": "" |
495 | | - } |
496 | | - }, |
497 | | - "3721d73107cb47ca83d41c422073bce9": { |
498 | | - "model_module": "@jupyter-widgets/controls", |
499 | | - "model_module_version": "2.0.0", |
500 | | - "model_name": "DropdownModel", |
501 | | - "state": { |
502 | | - "_options_labels": [ |
503 | | - "CPU", |
504 | | - "AUTO" |
505 | | - ], |
506 | | - "description": "Device:", |
507 | | - "index": 1, |
508 | | - "layout": "IPY_MODEL_f61341b8d37a4ea0bab11412caa7c74a", |
509 | | - "style": "IPY_MODEL_23f65148d7dd4b48a2c89e24cc0fef1b" |
510 | | - } |
511 | | - }, |
512 | | - "49cf058cb3374f4db215e3caa066673b": { |
513 | | - "model_module": "@jupyter-widgets/controls", |
514 | | - "model_module_version": "2.0.0", |
515 | | - "model_name": "DropdownModel", |
516 | | - "state": { |
517 | | - "_options_labels": [ |
518 | | - "microsoft/Florence-2-base-ft", |
519 | | - "microsoft/Florence-2-base", |
520 | | - "microsoft/Florence-2-large-ft", |
521 | | - "microsoft/Florence-2-large" |
522 | | - ], |
523 | | - "description": "Model:", |
524 | | - "index": 0, |
525 | | - "layout": "IPY_MODEL_a266df3f4f88408ca369ae236de7eba7", |
526 | | - "style": "IPY_MODEL_8b046d9de3a24704a6326844dc513976" |
527 | | - } |
528 | | - }, |
529 | | - "8b046d9de3a24704a6326844dc513976": { |
530 | | - "model_module": "@jupyter-widgets/controls", |
531 | | - "model_module_version": "2.0.0", |
532 | | - "model_name": "DescriptionStyleModel", |
533 | | - "state": { |
534 | | - "description_width": "" |
535 | | - } |
536 | | - }, |
537 | | - "a266df3f4f88408ca369ae236de7eba7": { |
538 | | - "model_module": "@jupyter-widgets/base", |
539 | | - "model_module_version": "2.0.0", |
540 | | - "model_name": "LayoutModel", |
541 | | - "state": {} |
542 | | - }, |
543 | | - "f61341b8d37a4ea0bab11412caa7c74a": { |
544 | | - "model_module": "@jupyter-widgets/base", |
545 | | - "model_module_version": "2.0.0", |
546 | | - "model_name": "LayoutModel", |
547 | | - "state": {} |
548 | | - } |
549 | | - }, |
| 488 | + "state": {}, |
550 | 489 | "version_major": 2, |
551 | 490 | "version_minor": 0 |
552 | 491 | } |
|
0 commit comments