Update readme (#434)
This commit is contained in:
@@ -30,7 +30,8 @@ if __name__ == "__main__":
|
||||
response = requests.post(
|
||||
url + "/generate",
|
||||
json={
|
||||
"input_ids": [[1,2,3], [1,2,3]],
|
||||
"text": f"{a}, ",
|
||||
#"input_ids": [[2] * 256] * 196,
|
||||
"sampling_params": {
|
||||
"temperature": 0,
|
||||
"max_new_tokens": max_new_tokens,
|
||||
|
||||
Reference in New Issue
Block a user