Commit acaabedd authored by rprenger's avatar rprenger
Browse files

Removing old comment

parent 34e07701
......@@ -122,9 +122,6 @@ class MegatronGenerate(Resource):
if random_seed < 0:
return "random_seed must be a positive integer"
# if str(request.remote_addr) == "10.14.68.146":
# return "Too many tokens requested from this IP address. Contact Ryan Prenger rprenger@nvidia.com"
with lock: # Need to get lock to keep multiple threads from hitting code
print("request IP: " + str(request.remote_addr))
print(json.dumps(request.get_json()),flush=True)
......
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