Skip to content

Commit

Permalink
Change to the real PackedParams.h location (llvm#929)
Browse files Browse the repository at this point in the history
Also update the PyTorch nightly URL
  • Loading branch information
powderluv authored Jun 10, 2022
1 parent 4cdf4e7 commit 02b917f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "mlir-c/Diagnostics.h"
#include "torch-mlir-c/TorchTypes.h"

#include "ATen/native/quantized/cpu/PackedParams.h"
#include "ATen/native/quantized/PackedParams.h"
#include "caffe2/core/scope_guard.h"

using namespace torch_mlir;
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
-f https://download.pytorch.org/whl/nightly/cpu
--pre
torch

Expand Down

0 comments on commit 02b917f

Please sign in to comment.