Skip to content

Commit de47200

Browse files
author
hfhoffman1144
committed
upgrade to polars v1
1 parent 00922f3 commit de47200

File tree

4 files changed

+22
-21
lines changed

4 files changed

+22
-21
lines changed

huggingface-transformers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Hugging Face Transformers: Leverage Open-Source AI in Python
22

3-
This folder contains the materials for the tutorial (Hugging Face Transformers: Leverage Open-Source AI in Python)[https://realpython.com/huggingface-transformers-open-source-ai-in-python/].
3+
This folder contains the materials for the tutorial (Hugging Face Transformers: Leverage Open-Source AI in Python)[https://realpython.com/huggingface-transformers/].
44

55
Transformers is available on [PyPI](https://pypi.org/) and you can install it with [pip](https://realpython.com/what-is-pip/). Open a terminal or command prompt, create a new virtual environment, and then run the following command:
66

huggingface-transformers/poetry.lock

Lines changed: 19 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

huggingface-transformers/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ accelerate = "^0.30.1"
1414
packaging = "^24.0"
1515
setuptools = "^70.0.0"
1616
wheel = "^0.43.0"
17-
polars = "^0.20.31"
1817
black = "^24.4.2"
1918
flake8 = "^7.0.0"
2019
ruff = "^0.4.8"
20+
polars = "^1.1.0"
2121

2222

2323
[build-system]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
transformers==4.41.1
22
torch==2.2.0
33
accelerate==0.30.1
4-
polars==0.20.31
4+
polars==1.1.0

0 commit comments

Comments
 (0)