update homepage url for ipex-llm (#11094)

* update homepage url

* Update python version to 3.11

* Update long description
This commit is contained in:
Shaojun Liu 2024-05-22 11:10:44 +08:00 committed by GitHub
parent bf0f904e66
commit 584439e498
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ import copy
from setuptools import setup
long_description = '''
IPEX LLM
IPEX-LLM is a PyTorch library for running LLM on Intel CPU and GPU (e.g., local PC with iGPU, discrete GPU such as Arc, Flex and Max) with very low latency
'''
exclude_patterns = ["*__pycache__*", "*ipynb_checkpoints*"]
@ -319,7 +319,7 @@ def setup_package():
author='BigDL Authors',
author_email='bigdl-user-group@googlegroups.com',
license='Apache License, Version 2.0',
url='https://github.com/intel-analytics/BigDL',
url='https://github.com/intel-analytics/ipex-llm',
packages=get_llm_packages(),
package_dir={"": "src"},
package_data={
@ -339,7 +339,7 @@ def setup_package():
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: CPython'],
scripts={
'Linux': ['src/ipex_llm/cli/llm-cli', 'src/ipex_llm/cli/llm-chat', 'scripts/ipex-llm-init'],