"csrc/ktransformers_ext/cuda/binding.cpp" did not exist on "7e1fe256c8c7235e620671e76a72c84a2ddb27e3"
Commit 928c8899 authored by cclauss's avatar cclauss Committed by GitHub
Browse files

Remove unused code `app.run()`

`app` is not defined and this looks like leftover code.  In general, `utils.py` should not be run standalone.
parent 6a2b8dd2
......@@ -134,6 +134,3 @@ def logSumExp(t, axis=0, keep_dims = False):
return tf.expand_dims(res, axis)
else:
return res
if __name__ == '__main__':
app.run()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment