Skip to content

Commit e3d05e9

Browse files
Balandatfacebook-github-bot
authored andcommitted
Update references to meta-pytorch github org. (#3023)
Summary: The repo was moved from the pytorch to the meta-pytorch GitHub org. This updates the references in the code accordingly. Pull Request resolved: #3023 Reviewed By: saitcakmak, esantorella Differential Revision: D83248792 Pulled By: Balandat fbshipit-source-id: 39df200cf88a3139c4d426078af9df1833081581
1 parent e1afc9a commit e3d05e9

File tree

29 files changed

+53
-52
lines changed

29 files changed

+53
-52
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ body:
5656
id: pull-request
5757
attributes:
5858
label: Pull Request
59-
description: Are you willing to open a pull request fixing the bug outlined in this issue? (See [Contributing to BoTorch](https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md))
59+
description: Are you willing to open a pull request fixing the bug outlined in this issue? (See [Contributing to BoTorch](https://github.com/meta-pytorch/botorch/blob/main/CONTRIBUTING.md))
6060
options:
6161
- "Yes"
6262
- "No"
6363
- type: checkboxes
6464
id: terms
6565
attributes:
6666
label: Code of Conduct
67-
description: By submitting this issue, you agree to follow BoTorch's [Code of Conduct](https://github.com/pytorch/botorch/blob/main/CODE_OF_CONDUCT.md).
67+
description: By submitting this issue, you agree to follow BoTorch's [Code of Conduct](https://github.com/meta-pytorch/botorch/blob/main/CODE_OF_CONDUCT.md).
6868
options:
6969
- label: I agree to follow BoTorch's Code of Conduct
7070
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: General Support & Discussions
4-
url: https://github.com/pytorch/botorch/discussions
4+
url: https://github.com/meta-pytorch/botorch/discussions
55
about: Please use discussions for general support requests and to ask broader questions related to BoTorch. This includes any support request that does not require changes to BoTorch source code.
66
- name: Bug Bounty Program
77
url: https://bugbounty.meta.com/

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@ body:
3232
id: pull-request
3333
attributes:
3434
label: Pull Request
35-
description: Are you willing to open a pull request implementing this feature? (See [Contributing to BoTorch](https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md))
35+
description: Are you willing to open a pull request implementing this feature? (See [Contributing to BoTorch](https://github.com/meta-pytorch/botorch/blob/main/CONTRIBUTING.md))
3636
options:
3737
- "Yes"
3838
- "No"
3939
- type: checkboxes
4040
id: terms
4141
attributes:
4242
label: Code of Conduct
43-
description: By submitting this issue, you agree to follow BoTorch's [Code of Conduct](https://github.com/pytorch/botorch/blob/main/CODE_OF_CONDUCT.md).
43+
description: By submitting this issue, you agree to follow BoTorch's [Code of Conduct](https://github.com/meta-pytorch/botorch/blob/main/CODE_OF_CONDUCT.md).
4444
options:
4545
- label: I agree to follow BoTorch's Code of Conduct
4646
required: true

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ Thank you for sending the PR! We appreciate you spending the time to make BoTorc
33
44
Help us understand your motivation by explaining why you decided to make this change.
55
6-
You can learn more about contributing to BoTorch here: https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md
6+
You can learn more about contributing to BoTorch here: https://github.com/meta-pytorch/botorch/blob/main/CONTRIBUTING.md
77
-->
88

99
## Motivation
1010

1111
(Write your motivation here.)
1212

13-
### Have you read the [Contributing Guidelines on pull requests](https://github.com/pytorch/botorch/blob/main/CONTRIBUTING.md#pull-requests)?
13+
### Have you read the [Contributing Guidelines on pull requests](https://github.com/meta-pytorch/botorch/blob/main/CONTRIBUTING.md#pull-requests)?
1414

1515
(Write your answer here.)
1616

@@ -20,4 +20,4 @@ You can learn more about contributing to BoTorch here: https://github.com/pytorc
2020

2121
## Related PRs
2222

23-
(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/pytorch/botorch, and link to your PR here.)
23+
(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/meta-pytorch/botorch, and link to your PR here.)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To get the development installation with all the necessary dependencies for
88
linting, testing, and building the documentation, run the following:
99

1010
```bash
11-
git clone https://github.com/pytorch/botorch.git
11+
git clone https://github.com/meta-pytorch/botorch.git
1212
cd botorch
1313
pip install -e ".[dev]"
1414
```

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<hr/>
66

77
[![Support Ukraine](https://img.shields.io/badge/Support-Ukraine-FFD500?style=flat&labelColor=005BBB)](https://opensource.fb.com/support-ukraine)
8-
[![Lint](https://github.com/pytorch/botorch/workflows/Lint/badge.svg)](https://github.com/pytorch/botorch/actions?query=workflow%3ALint)
9-
[![Test](https://github.com/pytorch/botorch/workflows/Test/badge.svg)](https://github.com/pytorch/botorch/actions?query=workflow%3ATest)
10-
[![Docs](https://github.com/pytorch/botorch/workflows/Docs/badge.svg)](https://github.com/pytorch/botorch/actions?query=workflow%3ADocs)
11-
[![Nightly](https://github.com/pytorch/botorch/actions/workflows/nightly.yml/badge.svg)](https://github.com/pytorch/botorch/actions?query=workflow%3ANightly)
8+
[![Lint](https://github.com/meta-pytorch/botorch/workflows/Lint/badge.svg)](https://github.com/meta-pytorch/botorch/actions?query=workflow%3ALint)
9+
[![Test](https://github.com/meta-pytorch/botorch/workflows/Test/badge.svg)](https://github.com/meta-pytorch/botorch/actions?query=workflow%3ATest)
10+
[![Docs](https://github.com/meta-pytorch/botorch/workflows/Docs/badge.svg)](https://github.com/meta-pytorch/botorch/actions?query=workflow%3ADocs)
11+
[![Nightly](https://github.com/meta-pytorch/botorch/actions/workflows/nightly.yml/badge.svg)](https://github.com/meta-pytorch/botorch/actions?query=workflow%3ANightly)
1212
[![Codecov](https://img.shields.io/codecov/c/github/pytorch/botorch.svg)](https://codecov.io/github/pytorch/botorch)
1313

1414
[![PyPI](https://img.shields.io/pypi/v/botorch.svg)](https://pypi.org/project/botorch)
@@ -74,7 +74,7 @@ pip install botorch
7474
_Note_: Make sure the `pip` being used is actually the one from the newly created
7575
Conda environment. If you're using a Unix-based OS, you can use `which pip` to check.
7676

77-
BoTorch [stopped publishing](https://github.com/pytorch/botorch/discussions/2613#discussion-7431533)
77+
BoTorch [stopped publishing](https://github.com/meta-pytorch/botorch/discussions/2613#discussion-7431533)
7878
an official Anaconda package to the `pytorch` channel after the 0.12 release. However,
7979
users can still use the package published to the `conda-forge` channel and install botorch via
8080

@@ -91,7 +91,7 @@ current `gpytorch` and `linear_operator` development versions:
9191
```bash
9292
pip install --upgrade git+https://github.com/cornellius-gp/linear_operator.git
9393
pip install --upgrade git+https://github.com/cornellius-gp/gpytorch.git
94-
pip install --upgrade git+https://github.com/pytorch/botorch.git
94+
pip install --upgrade git+https://github.com/meta-pytorch/botorch.git
9595
```
9696

9797
### Option 3: Editable/dev install
@@ -105,15 +105,15 @@ before proceeding.
105105
#### Option 3a: Bare-bones editable install
106106

107107
```bash
108-
git clone https://github.com/pytorch/botorch.git
108+
git clone https://github.com/meta-pytorch/botorch.git
109109
cd botorch
110110
pip install -e .
111111
```
112112

113113
#### Option 3b: Editable install with development and tutorials dependencies
114114

115115
```bash
116-
git clone https://github.com/pytorch/botorch.git
116+
git clone https://github.com/meta-pytorch/botorch.git
117117
cd botorch
118118
pip install -e ".[dev, tutorials]"
119119
```
@@ -138,7 +138,7 @@ For more details see our [Documentation](https://botorch.org/docs/introduction)
138138
from gpytorch.mlls import ExactMarginalLogLikelihood
139139

140140
# Double precision is highly recommended for GPs.
141-
# See https://github.com/pytorch/botorch/discussions/1444
141+
# See https://github.com/meta-pytorch/botorch/discussions/1444
142142
train_X = torch.rand(10, 2, dtype=torch.double) * 2
143143
Y = 1 - (train_X - 0.5).norm(dim=-1, keepdim=True) # explicit output dimension
144144
Y += 0.1 * torch.rand_like(Y)

botorch/acquisition/joint_entropy_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
FULLY_BAYESIAN_ERROR_MSG = (
5454
"JES is not yet available with Fully Bayesian GPs. Track the issue, "
5555
"which regards conditioning on a number of optima on a collection "
56-
"of models, in detail at https://github.com/pytorch/botorch/issues/1680"
56+
"of models, in detail at https://github.com/meta-pytorch/botorch/issues/1680"
5757
)
5858

5959

botorch/exceptions/warnings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ def _get_single_precision_warning(dtype_str: str) -> str:
105105
f"The model inputs are of type {dtype_str}. It is strongly recommended "
106106
"to use double precision in BoTorch, as this improves both "
107107
"precision and stability and can help avoid numerical errors. "
108-
"See https://github.com/pytorch/botorch/discussions/1444"
108+
"See https://github.com/meta-pytorch/botorch/discussions/1444"
109109
)
110110
return msg

botorch/models/gp_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class SingleTaskGP(BatchedMultiOutputGPyTorchModel, ExactGP, FantasizeMixin):
6363
noise. Importantly, The model works best when covariates are normalized to the unit
6464
cube and outcomes are standardized (zero mean, unit variance). For a detailed
6565
discussion on the hyperparameter priors, see
66-
https://github.com/pytorch/botorch/discussions/2451.
66+
https://github.com/meta-pytorch/botorch/discussions/2451.
6767
6868
This model works in batch mode (each batch having its own hyperparameters).
6969
When the training observations include multiple outputs, this model will use

botorch/models/likelihoods/sparse_outlier_noise.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def forward(
365365
# and GPyTorch generally pass the training inputs to the likelihood, e.g.:
366366
# 1) in fit_gpytorch_mll:
367367
# (
368-
# github.com/pytorch/botorch/blob/3ca48d0ac5865a017ac6b2294807b432d6472bcf/
368+
# github.com/meta-pytorch/botorch/blob/3ca48d0ac5865a017ac6b2294807b432d6472bcf/
369369
# botorch/optim/closures/model_closures.py#L185
370370
# )
371371
# 2) in the exact prediction strategy:
@@ -377,7 +377,7 @@ def forward(
377377
# 3) In the model's `posterior` method, if `observation_noise` is True, in which
378378
# case the test inputs will be passed to the likelihood:
379379
# (
380-
# https://github.com/pytorch/botorch/blob/
380+
# https://github.com/meta-pytorch/botorch/blob/
381381
# 4190f74363757ad97bfb0b437402b749ae50ba4c/
382382
# botorch/models/gpytorch.py#L198
383383
# )

0 commit comments

Comments
 (0)