intel / xFasterTransformer

Apache License 2.0
344 stars 60 forks source link

Build Error: Failure to Download and Configure xdnn_lib #341

Closed Damonpkl closed 4 months ago

Damonpkl commented 4 months ago

Description

Encountered an issue where CMake fails to download the MKLML dependency during the build process.

Steps to Reproduce

1.Pull Docker Image: docker pull intel/xfastertransformer:latest 2.Test the Qwen2 Conversion: python -c "import xfastertransformer as xft; xft.Qwen2Convert().convert('/media/model-space/Qwen15-14B-Chat', '/media/model-space/Qwen15-14B-Chat-xft')" Note that this command failed. 3.git clone https://github.com/intel/xFasterTransformer.git 4.Configure the project by running cmake .. in the build directory. This step should complete successfully. image

  1. Run make j in the build directory The build process fails with the following output: image
Duyi-Wang commented 4 months ago

This is a network issue.