Skip to content

Commit

Permalink
Fix setup.py for llm inference (#9041)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanlehome authored Aug 29, 2024
1 parent 47a9542 commit a18e220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def get_package_data_files(package, data, package_dir=None):
"paddlenlp.transformers.layoutxlm": get_package_data_files(
"paddlenlp.transformers.layoutxlm", ["visual_backbone.yaml"]
),
"paddlenlp.experimental": get_package_data_files("paddlenlp.experimental", ["transformers"]),
},
setup_requires=["cython", "numpy"],
install_requires=REQUIRED_PACKAGES,
Expand Down

0 comments on commit a18e220

Please sign in to comment.