Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zpcore committed Dec 4, 2023
1 parent 5c6ed04 commit 3617ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pytorch/targets.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
// limitations under the License.

local nightly = import 'nightly/targets.jsonnet';
local r2_1 = import 'r2.1/targets.jsonnet';
local r2_2 = import 'r2.2/targets.jsonnet';
// Add new versions here
std.flattenArrays([
nightly,
r2_1,
r2_2,
])

0 comments on commit 3617ff5

Please sign in to comment.