LLM: decoupling bigdl-llm and bigdl-nano (#9306)
This commit is contained in:
		
							parent
							
								
									2262ae4d13
								
							
						
					
					
						commit
						7e73c354a6
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
# All in One Benchmark Test
 | 
					# All in One Benchmark Test
 | 
				
			||||||
All in one benchmark test allows users to test all the benchmarks and record them in a result CSV. Users can provide models and related information in `config.yaml`.
 | 
					All in one benchmark test allows users to test all the benchmarks and record them in a result CSV. Users can provide models and related information in `config.yaml`.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Before running, make sure to have [bigdl-llm](../../../README.md) and [bigdl-nano](../../../../nano/README.md) installed.
 | 
					Before running, make sure to have [bigdl-llm](../../../README.md).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Dependencies
 | 
					## Dependencies
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
source bigdl-nano-init
 | 
					source bigdl-llm-init
 | 
				
			||||||
export OMP_NUM_THREADS=48
 | 
					export OMP_NUM_THREADS=48
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# set following parameters according to the actual specs of the test machine
 | 
					# set following parameters according to the actual specs of the test machine
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue