-
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
gflags problem during installation #96
Comments
zhhsplendid
pushed a commit
to zhhsplendid/Paddle
that referenced
this issue
Sep 25, 2019
update models submodule
thisjiang
pushed a commit
to thisjiang/Paddle
that referenced
this issue
Oct 28, 2021
gglin001
added a commit
to graphcore/Paddle-fork
that referenced
this issue
Dec 8, 2021
* update ernie model * use inplace=False * matmul workaround * fix matmul * rollback matmul * chaneg CreateBaseOp api * workaround forward_graph and update cross_entropy * fix SetIpuIndexStage * use virtualGraph/pipelineStage Co-authored-by: XBWGC <xiaobingw@graphcore.ai> Co-authored-by: yaozhixin <522190855@qq.com>
zhoutianzi666
pushed a commit
to zhoutianzi666/Paddle
that referenced
this issue
May 23, 2022
update model version to 2.0
DesmonDay
added a commit
to DesmonDay/Paddle
that referenced
this issue
Sep 5, 2022
* add sample update, update reindex * temp commit * fix offset calc * optimize reindex * delete unnecessary code * add for loop speed up * add speed optimize * change common_graph VLOG type * add kernel3 update for review * temp commit * delete unused code
AnnaTrainingG
pushed a commit
to AnnaTrainingG/Paddle
that referenced
this issue
Sep 19, 2022
* fix import and docs
zmxdream
pushed a commit
to zmxdream/Paddle
that referenced
this issue
Dec 7, 2022
* add sample update, update reindex * temp commit * fix offset calc * optimize reindex * delete unnecessary code * add for loop speed up * add speed optimize * change common_graph VLOG type * add kernel3 update for review * temp commit * delete unused code
qizhaoaoe
pushed a commit
to qizhaoaoe/Paddle
that referenced
this issue
Mar 3, 2023
* Add TODO LIST
qingshui
added a commit
to jiaoxuewu/PaddleBox
that referenced
this issue
Dec 1, 2023
…PaddlePaddle#96) Co-authored-by: dingyuandong <dingyuandong@baidu.com>
lizexu123
pushed a commit
to lizexu123/Paddle
that referenced
this issue
Feb 23, 2024
jack603047588
pushed a commit
to jiaoxuewu/PaddleBox
that referenced
this issue
Oct 29, 2024
fix: rollback && check_continuous_memory for share_embedding series
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am compiling Paddle on Ubuntu 14.04.
I followed the instruction on http://www.paddlepaddle.org/doc/build/build_from_source.html, but got compilation error if I use 'sudo apt-get install libgflags-dev' to install gflags.
"""
-- Failed to find installed gflags CMake configuration, searching for gflags build directories exported with CMake.
-- Failed to find an installed/exported CMake configuration for gflags, will perform search for installed gflags components.
-- Found Gflags: /usr/include
-- Found PY_wheel: /usr/local/lib/python2.7/dist-packages/wheel
"""
It seems I need to build and install gflags from source.
The text was updated successfully, but these errors were encountered: