LLM: add dot to option name in setup (#9682)
This commit is contained in:
		
							parent
							
								
									cbdd49f229
								
							
						
					
					
						commit
						1456d30765
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -320,8 +320,8 @@ def setup_package():
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        extras_require={"all": all_requires,
 | 
					        extras_require={"all": all_requires,
 | 
				
			||||||
                        "xpu": xpu_requires,  # default to ipex 2.0 for linux and 2.1 for windows
 | 
					                        "xpu": xpu_requires,  # default to ipex 2.0 for linux and 2.1 for windows
 | 
				
			||||||
                        "xpu_20": xpu_20_requires,
 | 
					                        "xpu_2.0": xpu_20_requires,
 | 
				
			||||||
                        "xpu_21": xpu_21_requires,
 | 
					                        "xpu_2.1": xpu_21_requires,
 | 
				
			||||||
                        "serving": serving_requires},
 | 
					                        "serving": serving_requires},
 | 
				
			||||||
        classifiers=[
 | 
					        classifiers=[
 | 
				
			||||||
            'License :: OSI Approved :: Apache Software License',
 | 
					            'License :: OSI Approved :: Apache Software License',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue