junrushao opened a new pull request, #12685:
URL: https://github.com/apache/tvm/pull/12685

   Example:
   
   ```bash
   python -m tvm.autotvm.testing.tune_relay  \
          --workload bert_base               \
          --input-shape '[1,64]'             \
          --target "llvm"                    \
          --num-trials 800                   \
          --rpc-host 192.168.6.66            \
          --rpc-port 4445                    \
          --rpc-key 3090ti                   \
          --work-dir /logs/autotvm-bert_base \
          --cache-dir /cache-workloads       \
          --graph-tuner True                 \
          --cpu-flush True                   \
          --backend graph
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to