Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fbgemm op ci test fail #638

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
1 change: 1 addition & 0 deletions reagent/test/preprocessing/test_transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import numpy as np
import reagent.core.types as rlt
import torch
import fbgemm_gpu
from reagent.preprocessing import transforms
from reagent.preprocessing.types import InputColumn

Expand Down
5 changes: 4 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ install_requires =
# issue: https://github.com/openai/spinningup/issues/178
cloudpickle~=1.2.0
iopath
fbgemm-gpu-nightly
numpy>=1.17.2
pandas>=1.0.3
# https://github.com/samuelcolvin/pydantic/issues/2042
Expand Down Expand Up @@ -52,7 +53,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