mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
This reverts commit7ce6f63214. 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, seef05d3e5019/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
|