Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
add num_workers for make (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Superjomn authored Apr 23, 2018
1 parent 2b0214f commit b337290
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build_paddle.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ $XONSH_SHOW_TRACEBACK = True

import sys; sys.path.insert(0, '')
import config
import os

num_workers = os.environ.get('num_workers', 8)

Expand Down

0 comments on commit b337290

Please sign in to comment.