Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: facebookresearch#636

kkkkkkkk

Differential Revision: D36037141

fbshipit-source-id: 254fe85c831b044a3ed58f6164e8b17d28d6c2d2
  • Loading branch information
czxttkl authored and facebook-github-bot committed May 2, 2022
1 parent d48968a commit 50d3db1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion reagent/mab/thompson_sampling.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.

# noqa
from abc import abstractmethod
from typing import Optional, List

Expand Down
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ ax = ax-platform

lite = nevergrad>=0.4.3

torchrec_gpu = torchrec-nightly
torchrec_gpu =
fbgemm-gpu-nightly
torchrec-nightly

torchrec_cpu = torchrec-nightly-cpu

Expand Down

0 comments on commit 50d3db1

Please sign in to comment.