xingyuan li 
								
							 
						 
						
							
							
							
							
								
							
							
								c94bdd3791 
								
							 
						 
						
							
							
								
								[LLM] Merge windows & linux nightly test ( #8756 )  
							
							 
							
							... 
							
							
							
							* fix download statement
* add check before build wheel
* use curl to upload files
* windows unittest won't upload converted model
* split llm-cli test into windows & linux versions
* update tempdir create way
* fix nightly converted model name
* windows llm-cli starcoder test temply disabled
* remove taskset dependency
* rename llm_unit_tests_linux to llm_unit_tests 
							
						 
						
							2023-08-23 12:48:41 +09:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									SONG Ge 
								
							 
						 
						
							
							
							
							
								
							
							
								aceea4dc29 
								
							 
						 
						
							
							
								
								[LLM] Unify Transformers and Native API ( #8713 )  
							
							 
							
							... 
							
							
							
							* re-open pr to run on latest runner
* re-add examples and ut
* rename ut and move deprecate to warning instead of raising an error info
* ut fix 
							
						 
						
							2023-08-11 19:45:47 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Song Jiaming 
								
							 
						 
						
							
							
							
							
								
							
							
								e292dfd970 
								
							 
						 
						
							
							
								
								[WIP] LLM transformers api for langchain ( #8642 )  
							
							 
							
							
							
						 
						
							2023-08-11 13:32:35 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									xingyuan li 
								
							 
						 
						
							
							
							
							
								
							
							
								110cfb5546 
								
							 
						 
						
							
							
								
								[LLM] Remove old windows nightly test code ( #8668 )  
							
							 
							
							... 
							
							
							
							Remove old Windows nightly test code triggered by task scheduler
Add new Windows nightly workflow for nightly testing 
							
						 
						
							2023-08-03 17:12:23 +09:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									xingyuan li 
								
							 
						 
						
							
							
							
							
								
							
							
								610084e3c0 
								
							 
						 
						
							
							
								
								[LLM] Complete windows unittest ( #8611 )  
							
							 
							
							... 
							
							
							
							* add windows nightly test workflow
* use github runner to run pr test
* model load should use lowbit
* remove tmp dir after testing 
							
						 
						
							2023-08-03 14:48:42 +09:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Song Jiaming 
								
							 
						 
						
							
							
							
							
								
							
							
								650b82fa6e 
								
							 
						 
						
							
							
								
								[LLM] add CausalLM and Speech UT ( #8597 )  
							
							 
							
							
							
						 
						
							2023-07-25 11:22:36 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yuwen Hu 
								
							 
						 
						
							
							
							
							
								
							
							
								bbde423349 
								
							 
						 
						
							
							
								
								[LLM] Add current Linux UT inference tests to nightly tests ( #8578 )  
							
							 
							
							... 
							
							
							
							* Add current inference uts to nightly tests
* Change test model from chatglm-6b to chatglm2-6b
* Add thread num env variable for nightly test
* Fix urls
* Small fix 
							
						 
						
							2023-07-21 13:26:38 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yuwen Hu 
								
							 
						 
						
							
							
							
							
								
							
							
								2266ca7d2b 
								
							 
						 
						
							
							
								
								[LLM] Small updates to transformers int4 ut ( #8574 )  
							
							 
							
							... 
							
							
							
							* Small fix to transformers int4 ut
* Small fix 
							
						 
						
							2023-07-20 13:20:25 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Song Jiaming 
								
							 
						 
						
							
							
							
							
								
							
							
								411d896636 
								
							 
						 
						
							
							
								
								LLM first transformers UT ( #8514 )  
							
							 
							
							... 
							
							
							
							* ut
* transformers api first ut
* name
* dir issue
* use chatglm instead of chatglm2
* omp
* set omp in sh
* source
* taskset
* test
* test omp
* add test 
							
						 
						
							2023-07-20 10:16:27 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yina Chen 
								
							 
						 
						
							
							
							
							
								
							
							
								9a7bc17ca1 
								
							 
						 
						
							
							
								
								[LLM] llm supports vnni link on windows ( #8543 )  
							
							 
							
							... 
							
							
							
							* support win vnni link
* fix style
* fix style
* use isa_checker
* fix
* typo
* fix
* update 
							
						 
						
							2023-07-18 16:43:45 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Xin Qiu 
								
							 
						 
						
							
							
							
							
								
							
							
								fccae91461 
								
							 
						 
						
							
							
								
								Add load_low_bit save_load_bit to AutoModelForCausalLM ( #8531 )  
							
							 
							
							... 
							
							
							
							* transformers save_low_bit load_low_bit
* update example and add readme
* update
* update
* update
* add ut
* update 
							
						 
						
							2023-07-17 15:29:55 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Xin Qiu 
								
							 
						 
						
							
							
							
							
								
							
							
								90e3d86bce 
								
							 
						 
						
							
							
								
								rename low bit type name ( #8512 )  
							
							 
							
							... 
							
							
							
							* change qx_0 to sym_intx
* update
* fix typo
* update
* fix type
* fix style
* add python doc
* meet code review
* fix style 
							
						 
						
							2023-07-13 15:53:31 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Xin Qiu 
								
							 
						 
						
							
							
							
							
								
							
							
								cd7a980ec4 
								
							 
						 
						
							
							
								
								Transformer int4 add qtype, support q4_1 q5_0 q5_1 q8_0 ( #8481 )  
							
							 
							
							... 
							
							
							
							* quant in Q4 5 8
* meet code review
* update readme
* style
* update
* fix error
* fix error
* update
* fix style
* update
* Update README.md
* Add load_in_low_bit 
							
						 
						
							2023-07-12 08:23:08 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Zhao Changmin 
								
							 
						 
						
							
							
							
							
								
							
							
								81d655cda9 
								
							 
						 
						
							
							
								
								LLM: transformer int4 save and load ( #8462 )  
							
							 
							
							... 
							
							
							
							* LLM: transformer int4 save and load 
							
						 
						
							2023-07-10 16:34:41 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									binbin Deng 
								
							 
						 
						
							
							
							
							
								
							
							
								14626fe05b 
								
							 
						 
						
							
							
								
								LLM: refactor transformers and langchain class name ( #8470 )  
							
							 
							
							
							
						 
						
							2023-07-06 17:16:44 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yuwen Hu 
								
							 
						 
						
							
							
							
							
								
							
							
								372c775cb4 
								
							 
						 
						
							
							
								
								[LLM] Change default runner for LLM Linux tests to the ones with AVX512 ( #8448 )  
							
							 
							
							... 
							
							
							
							* Basic change for AVX512 runner
* Remove conda channel and action rename
* Small fix
* Small fix and reduce peak convert disk space
* Define n_threads based on runner status
* Small thread num fix
* Define thread_num for cli
* test
* Add self-hosted label and other small fix 
							
						 
						
							2023-07-04 14:53:03 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									binbin Deng 
								
							 
						 
						
							
							
							
							
								
							
							
								146662bc0d 
								
							 
						 
						
							
							
								
								LLM: fix langchain windows failure ( #8417 )  
							
							 
							
							
							
						 
						
							2023-06-30 09:59:10 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yina Chen 
								
							 
						 
						
							
							
							
							
								
							
							
								6251ad8934 
								
							 
						 
						
							
							
								
								[LLM]Windows unittest ( #8356 )  
							
							 
							
							... 
							
							
							
							* win-unittest
* update
* update
* try llama 7b
* delete llama
* update
* add red-3b
* only test red-3b
* revert
* add langchain
* add dependency
* delete langchain 
							
						 
						
							2023-06-29 14:03:12 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yina Chen 
								
							 
						 
						
							
							
							
							
								
							
							
								783aea3309 
								
							 
						 
						
							
							
								
								[LLM] LLM windows daily test ( #8328 )  
							
							 
							
							... 
							
							
							
							* llm-win-init
* test action
* test
* add types
* update for schtasks
* update pytests
* update
* update
* update doc
* use stable ckpt from ftp instead of the converted model
* download using batch -> manually
* add starcoder test 
							
						 
						
							2023-06-28 15:02:11 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Ruonan Wang 
								
							 
						 
						
							
							
							
							
								
							
							
								4be784a49d 
								
							 
						 
						
							
							
								
								LLM: add UT for starcoder (convert, inference)  update examples and readme ( #8379 )  
							
							 
							
							... 
							
							
							
							* first commit to add path
* update example and readme
* update path
* fix
* update based on comment 
							
						 
						
							2023-06-27 12:12:11 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Shengsheng Huang 
								
							 
						 
						
							
							
							
							
								
							
							
								c113ecb929 
								
							 
						 
						
							
							
								
								[LLM] langchain bloom, UT's, default parameters ( #8357 )  
							
							 
							
							... 
							
							
							
							* update langchain default parameters to align w/ api
* add ut's for llm and embeddings
* update inference test script to install langchain deps
* update tests workflows
---------
Co-authored-by: leonardozcm <changmin.zhao@intel.com> 
							
						 
						
							2023-06-25 17:38:00 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Zhao Changmin 
								
							 
						 
						
							
							
							
							
								
							
							
								4d177ca0a1 
								
							 
						 
						
							
							
								
								LLM: Merge convert pth/gptq model script into one shell script ( #8348 )  
							
							 
							
							... 
							
							
							
							* convert model in one
* model type
* license
* readme and pep8
* ut path
* rename
* readme
* fix docs
* without lines 
							
						 
						
							2023-06-19 11:50:05 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									binbin Deng 
								
							 
						 
						
							
							
							
							
								
							
							
								ab1a833990 
								
							 
						 
						
							
							
								
								LLM: add basic uts related to inference ( #8346 )  
							
							 
							
							
							
						 
						
							2023-06-19 10:25:51 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yuwen Hu 
								
							 
						 
						
							
							
							
							
								
							
							
								1aa33d35d5 
								
							 
						 
						
							
							
								
								[LLM] Refactor LLM Linux tests ( #8349 )  
							
							 
							
							... 
							
							
							
							* Small name fix
* Add convert nightly tests, and for other llm tests, use stable ckpt
* Small fix and ftp fix
* Small fix
* Small fix 
							
						 
						
							2023-06-16 15:22:48 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Yuwen Hu 
								
							 
						 
						
							
							
							
							
								
							
							
								b30aa49c4e 
								
							 
						 
						
							
							
								
								[LLM] Add Actions for downloading & converting models ( #8320 )  
							
							 
							
							... 
							
							
							
							* First push to downloading and converting llm models for testing (Gondolin runner, avx2 for now)
* Change yml file name 
							
						 
						
							2023-06-15 13:43:47 +08:00  
						
						
							 
							
							
								 
							 
							
						 
					 
				
					
						
							
								
								
									 
									Pingchuan Ma (Henry) 
								
							 
						 
						
							
							
							
							
								
							
							
								c48d5f7cff 
								
							 
						 
						
							
							
								
								[LLM] Enable UT workflow logics for LLM ( #8243 )  
							
							 
							
							... 
							
							
							
							* check push connection
* enable UT workflow logics for LLM
* test fix
* add licenses
* test fix according to suggestions
* test fix
* update changes 
							
						 
						
							2023-06-02 17:06:35 +08:00