Skip to content

Commit

Permalink
turn WITH_GLTORCH on (#3248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhanghyi authored and LiSu committed Sep 25, 2023
1 parent f2cbe07 commit a701244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NETWORKX ?= ON
BUILD_TEST ?= OFF

# whether to build graphlearn-torch extension (graphlearn is built by default)
WITH_GLTORCH ?= OFF
WITH_GLTORCH ?= ON

# INSTALL_PREFIX is environment variable, but if it is not set, then set default value
ifeq ($(INSTALL_PREFIX),)
Expand Down
2 changes: 2 additions & 0 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ tqdm
click
vineyard>=0.16.3;sys_platform!="win32"
simple-parsing
torch==1.13
--extra-index-url https://download.pytorch.org/whl/cpu

0 comments on commit a701244

Please sign in to comment.