Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TGI missing import #27

Merged
merged 36 commits into from
Apr 24, 2024
Merged

Fix TGI missing import #27

merged 36 commits into from
Apr 24, 2024

Conversation

mfuntowicz
Copy link
Member

No description provided.

COPY optimum /opt/optimum-tpu/optimum
COPY pyproject.toml /opt/optimum-tpu
COPY examples /opt/optimum-tpu
COPY . /opt/optimum-tpu
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if it wouldn't be simpler just to copy the whole root directory

Makefile Outdated
@@ -68,6 +68,7 @@ pypi_upload: ${PACKAGE_DIST} ${PACKAGE_WHEEL}

# Tests
test_installs:
python -m pip uninstall torchvision torchaudio
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

Copy link
Collaborator

@tengomucho tengomucho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tests with "sample" search fail now, probably due to an updated version of torch-xla. We might want to stabilize that later, it's annoying.

@@ -1,4 +1,4 @@
from pkg_resources import parse_version

__version__ = "0.1.0.dev0"
__version__ = "0.1.0.dev2"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok for now, later on we will need to change this since devX with X>0 is invalid for setuptools.

@tengomucho tengomucho merged commit e663b13 into main Apr 24, 2024
1 check failed
@mfuntowicz mfuntowicz deleted the tgi-missing-import branch April 29, 2024 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants