-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The whl pacakge became so huge #7971
Comments
After unizp the whl file, find that [root@k8s-node3 fluid]# ls -lhat
total 432M
drwxr-xr-x 7 root root 4.0K Jan 30 15:16 ..
drwxr-xr-x 4 root root 4.0K Jan 30 15:16 .
drwxr-xr-x 2 root root 181 Jan 30 15:16 layers
drwxr-xr-x 2 root root 49 Jan 30 15:16 proto
-rwxr-xr-x 1 root root 431M Jan 29 18:27 core.so
-rw-r--r-- 1 root root 7.5K Jan 29 18:00 clip.py
-rw-r--r-- 1 root root 23K Jan 29 18:00 distribute_transpiler.py |
In my server, the core.so compiled with develop branch (onlycpu+openblas) is still 40M. |
The cmake flag |
The whl package size became 400+MB from 80MB, who knows what's happened?
The text was updated successfully, but these errors were encountered: