Skip to content

Commit

Permalink
fix tgi image cannot download file (#62)
Browse files Browse the repository at this point in the history
* fix tgi image cannot download file

* Update version
  • Loading branch information
SeanHH86 authored Dec 2, 2024
1 parent b67d14b commit 68daee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pycsghub/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def build_csg_headers(
csg_headers.update(headers)

csg_headers["X-OPENCSG-S3-Internal"] = S3_INTERNAL
csg_headers["Accept-Encoding"] = None
return csg_headers


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='csghub-sdk',
version='0.4.4',
version='0.4.5',
author="opencsg",
author_email="[email protected]",
long_description=long_description,
Expand Down

0 comments on commit 68daee5

Please sign in to comment.