We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a8b0c commit 607c0e3Copy full SHA for 607c0e3
setup.py
@@ -139,7 +139,7 @@ def get_file_datetime(filepath):
139
140
setup(
141
name='PyTorch',
142
- version='2.8.0',
+ version='2.8.1',
143
author='Hugh Perkins',
144
author_email='hughperkins@gmail.com',
145
description=(
src/PyTorchAug.py
@@ -101,7 +101,7 @@ def pushTable(lua, table):
101
for k, v in table.items():
102
pushSomething(lua, k)
103
pushSomething(lua, v)
104
- lua.setTable(3)
+ lua.setTable(-3)
105
106
class LuaClass(object):
107
def __init__(self, *args, nameList):
0 commit comments