mirror of https://github.com/THUDM/ChatGLM-6B
				
				
				
			Merge branch 'main' of github.com:THUDM/ChatGLM-6B
						commit
						963d5645ef
					
				
							
								
								
									
										4
									
								
								api.py
								
								
								
								
							
							
						
						
									
										4
									
								
								api.py
								
								
								
								
							| 
						 | 
				
			
			@ -28,8 +28,8 @@ async def create_item(request: Request):
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
if __name__ == '__main__':
 | 
			
		||||
    uvicorn.run('API:app', host='0.0.0.0', port=8000, workers=1)
 | 
			
		||||
    uvicorn.run('api:app', host='0.0.0.0', port=8000, workers=1)
 | 
			
		||||
 | 
			
		||||
tokenizer = AutoTokenizer.from_pretrained("THUDM/chatglm-6b", trust_remote_code=True)
 | 
			
		||||
model = AutoModel.from_pretrained("THUDM/chatglm_6b", trust_remote_code=True).half().cuda()
 | 
			
		||||
model = AutoModel.from_pretrained("THUDM/chatglm-6b", trust_remote_code=True).half().cuda()
 | 
			
		||||
model.eval()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue