mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
This reverts commit 7ce6f632142b65849fa33f325c90a24bace2c130.
Reverted https://github.com/pytorch/pytorch/pull/152372 on behalf of https://github.com/malfet due to Looks like it broke distributed this time around, see f05d3e5019/1
([comment](https://github.com/pytorch/pytorch/pull/152372#issuecomment-2837426497))
7 lines
151 B
C++
7 lines
151 B
C++
#pragma once
|
|
|
|
namespace torch::jit {
|
|
static constexpr const char* valid_single_char_tokens =
|
|
"+-*/%@()[]:,={}><.?!&^|~";
|
|
} // namespace torch::jit
|