mirror of
				https://github.com/PaddlePaddle/FastDeploy.git
				synced 2025-10-31 20:02:53 +08:00 
			
		
		
		
	 5046574b95
			
		
	
	5046574b95
	
	
	
		
			
			* fix error for part of detection model * fix error for part of detection model * add patch paddle inference
		
			
				
	
	
		
			13 lines
		
	
	
		
			364 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			364 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| export ENABLE_ORT_BACKEND=ON
 | |
| export ENABLE_OPENVINO_BACKEND=ON
 | |
| export ENABLE_PADDLE_BACKEND=ON
 | |
| export ENABLE_TRT_BACKEND=ON
 | |
| export TRT_DIRECTORY=/fastdeploy/libs/TensorRT-8.4.1.5
 | |
| export CUDA_DIRECTORY=/usr/local/cuda
 | |
| export ENABLE_VISION=ON
 | |
| export WITH_GPU=ON
 | |
| export CMAKE_CXX_COMPILER=/usr/local/gcc-8.2/bin/g++
 | |
| 
 | |
| python setup.py build
 | |
| python setup.py bdist_wheel
 |