LLM: update setup.py to add a missing data(#8240)
This commit is contained in:
		
							parent
							
								
									8421af51ae
								
							
						
					
					
						commit
						3fd716d422
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -70,6 +70,7 @@ def setup_package():
 | 
				
			||||||
        "libs/llama.dll",
 | 
					        "libs/llama.dll",
 | 
				
			||||||
        "libs/quantize-llama.exe",
 | 
					        "libs/quantize-llama.exe",
 | 
				
			||||||
        "libs/gptneox.dll",
 | 
					        "libs/gptneox.dll",
 | 
				
			||||||
 | 
					        "libs/quantize-gptneox.exe",
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    for url in lib_urls:
 | 
					    for url in lib_urls:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue