Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan6sha authored Feb 7, 2025
1 parent 9049c0e commit bf4e6e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def release(self):
exit()

# Fix frequency
command = "sudo bash fix_freq_{}.sh".format(args.target_platform)
command = "bash fix_freq_{}.sh".format(args.target_platform)
subprocess.run(command, shell=True)

# Set resource limit
Expand Down Expand Up @@ -472,4 +472,4 @@ def generate():
print("====================")
print("RKLLM model inference completed, releasing RKLLM model resources...")
rkllm_model.release()
print("====================")
print("====================")

0 comments on commit bf4e6e1

Please sign in to comment.