From 7b9c1f7ed55dc7c40eeafe79ec5fc8fb4e0f3942 Mon Sep 17 00:00:00 2001 From: Ekaterina Aidova Date: Wed, 17 Jul 2024 13:51:26 +0400 Subject: [PATCH] disable triposr for python3.8 (#2208) --- .ci/ignore_treon_docker.txt | 3 ++- .ci/skipped_notebooks.yml | 4 +++ .../triposr-3d-reconstruction.ipynb | 26 +++++++++---------- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/.ci/ignore_treon_docker.txt b/.ci/ignore_treon_docker.txt index 201f38bc8a4..b3ca33a5e5a 100644 --- a/.ci/ignore_treon_docker.txt +++ b/.ci/ignore_treon_docker.txt @@ -73,4 +73,5 @@ notebooks/llm-rag-llamaindex/llm-rag-llamaindex.ipynb notebooks/minicpm-v-multimodal-chatbot/minicpm-v-multimodal-chatbot.ipynb notebooks/explainable-ai-1-basic/explainable-ai-1-basic.ipynb notebooks/explainable-ai-2-deep-dive/explainable-ai-2-deep-dive.ipynb -notebooks/llm-agent-react/llm-agent-rag-llamaindex.ipynb \ No newline at end of file +notebooks/triposr-3d-reconstruction/triposr-3d-reconstruction.ipynb +notebooks/llm-agent-react/llm-agent-rag-llamaindex.ipynb diff --git a/.ci/skipped_notebooks.yml b/.ci/skipped_notebooks.yml index e1d499f4250..59b5e71e84f 100644 --- a/.ci/skipped_notebooks.yml +++ b/.ci/skipped_notebooks.yml @@ -541,6 +541,10 @@ - ubuntu-20.04 - ubuntu-22.04 - windows-2019 +- notebook: notebooks/triposr-3d-reconstruction/triposr-3d-reconstruction.ipynb + skips: + - python: + - '3.8' - notebook: notebooks/llm-agent-react/llm-agent-rag-llamaindex.ipynb skips: - python: diff --git a/notebooks/triposr-3d-reconstruction/triposr-3d-reconstruction.ipynb b/notebooks/triposr-3d-reconstruction/triposr-3d-reconstruction.ipynb index 5a294fa4696..f242e9ac031 100644 --- a/notebooks/triposr-3d-reconstruction/triposr-3d-reconstruction.ipynb +++ b/notebooks/triposr-3d-reconstruction/triposr-3d-reconstruction.ipynb @@ -1,13 +1,13 @@ { "cells": [ { - "attachments": {}, "cell_type": "markdown", "id": "416bb194-5b2f-406d-a55c-d71dac6e93e1", "metadata": {}, "source": [ "# TripoSR feedforward 3D reconstruction from a single image and OpenVINO\n", "\n", + "
Important note: This notebook requires python >= 3.9. Please make sure that your environment fulfill to this requirement before running it
\n", "[TripoSR](https://huggingface.co/spaces/stabilityai/TripoSR) is a state-of-the-art open-source model for fast feedforward 3D reconstruction from a single image, developed in collaboration between [Tripo AI](https://www.tripo3d.ai/) and [Stability AI](https://stability.ai/news/triposr-3d-generation).\n", "\n", "You can find [the source code on GitHub](https://github.com/VAST-AI-Research/TripoSR) and [demo on HuggingFace](https://huggingface.co/spaces/stabilityai/TripoSR). Also, you can read the paper [TripoSR: Fast 3D Object Reconstruction from a Single Image](https://arxiv.org/abs/2403.02151).\n", @@ -24,7 +24,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "id": "b32875d0-9935-42df-ba9b-c60cb31d9eff", "metadata": {}, @@ -38,7 +37,10 @@ "execution_count": null, "id": "6cb7f8ed-aa2d-4124-a77d-42ed3324ccfd", "metadata": { - "collapsed": false + "collapsed": false, + "jupyter": { + "outputs_hidden": false + } }, "outputs": [], "source": [ @@ -63,7 +65,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "id": "92e3f21e-9a4f-4fe4-aa16-016b4a118d5f", "metadata": {}, @@ -95,7 +96,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "id": "f451a152-867c-46d0-b83f-475929ab0c92", "metadata": {}, @@ -105,7 +105,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "id": "cdaa3200-f293-47d3-a7ab-b631e66e42dc", "metadata": {}, @@ -140,7 +139,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "id": "51d3ad7f-2c16-4967-811d-d68f788faa7c", "metadata": {}, @@ -278,7 +276,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "id": "70b16770-acb7-4268-b135-4e3c0d7b1dd5", "metadata": {}, @@ -288,7 +285,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "id": "221d88fe-7a91-4c39-a7e8-9e1f6eee0bc4", "metadata": {}, @@ -334,7 +330,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "id": "beacf131-aa84-4a0b-9d62-4df35d9fe5a4", "metadata": {}, @@ -441,7 +436,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "id": "6e18c61a-5a47-4ccb-a7dc-5b82caa1bf7d", "metadata": {}, @@ -469,7 +463,6 @@ ] }, { - "attachments": {}, "cell_type": "markdown", "id": "f032d9d5-5ee7-4fad-b1b8-e6b494bf840e", "metadata": {}, @@ -605,7 +598,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.12" + "version": "3.8.10" }, "openvino_notebooks": { "imageUrl": "https://github.com/VAST-AI-Research/TripoSR/blob/main/figures/teaser800.gif?raw=true", @@ -620,6 +613,13 @@ "Image-to-3D" ] } + }, + "widgets": { + "application/vnd.jupyter.widget-state+json": { + "state": {}, + "version_major": 2, + "version_minor": 0 + } } }, "nbformat": 4,