Skip to content

Commit

Permalink
chore: update notebooks with python310 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
eloy-encord authored Jul 12, 2024
1 parent 13dbee6 commit 4bd2cae
Show file tree
Hide file tree
Showing 7 changed files with 6,466 additions and 12,105 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div align="center" style="display: flex; justify-content: space-between;">
<div style="flex: 1; padding: 10px;">
<a href="https://colab.research.google.com/github/encord-team/text-to-image-eval/blob/main/notebooks/tti_eval_CLI_Quickstart.ipynb" target="_blank" style="text-decoration:none"><img alt="CLI Quickstart In Colab" src="https://img.shields.io/badge/Try_It_In_Colab-blue?logo=googlecolab&labelColor=555"></a>
<a href="https://www.python.org/downloads/release/python-3119/" target="_blank" style="text-decoration:none"><img src="https://img.shields.io/badge/python-3.11%2B-blue" alt="Python Versions"></a>
<a href="https://www.python.org/downloads/release/python-31014/" target="_blank" style="text-decoration:none"><img src="https://img.shields.io/badge/python-3.10%2B-blue" alt="Python Versions"></a>
<img alt="License" src="https://img.shields.io/github/license/encord-team/text-to-image-eval">
<a href="https://github.com/encord-team/text-to-image-eval/actions?query=workflow%3ATests" target="_blank" style="text-decoration:none"><img src="https://github.com/encord-team/text-to-image-eval/actions/workflows/tests.yml/badge.svg?branch=main"></a>
<a target="_blank" style="text-decoration:none"><img alt="PRs Welcome" src="https://img.shields.io/badge/PRs-Welcome-blue"></a>
Expand Down Expand Up @@ -44,7 +44,7 @@ You can easily benchmark different models and datasets against each other. Here

## Installation

> `tti-eval` requires [Python 3.11](https://www.python.org/downloads/release/python-3115/) and [Poetry](https://python-poetry.org/docs/#installation).
> `tti-eval` requires [Python 3.10+](https://www.python.org/downloads/release/python-31014/) and [Poetry](https://python-poetry.org/docs/#installation).
1. Clone the repository:
```
Expand Down
Loading

0 comments on commit 4bd2cae

Please sign in to comment.