update homepage url for ipex-llm (#11094)
* update homepage url * Update python version to 3.11 * Update long description
This commit is contained in:
parent
bf0f904e66
commit
584439e498
1 changed files with 3 additions and 3 deletions
|
|
@ -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'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue