-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use Pyro jit by default (#1474)
Summary: X-link: pytorch/botorch#1474 Pull Request resolved: #1241 We have observed that using jit with Pyro can result in increased memory usage and even memory leaks, so we are disabling it for now. This will make model fitting with NUTS about ~2X slower. Reviewed By: esantorella Differential Revision: D40949763 fbshipit-source-id: a5c6dc772c3000d4ee788a541fe2f7009fe3aafa
- Loading branch information
1 parent
bc9ec01
commit f512de0
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters