Request for Access to KL720 Toolchain Docker Image

Hello Kneron Support Team,

My name is Hyunseo Cho, and I am currently working on developing a neural network model for the KL720 NPU.

My Kneron account email is johyunseo020416@gmail.com

I am following the “KL720 Linux Toolchain Manual v0.11.0” and trying to use the KL720 toolchain Docker image.

The manual references images such as:

  • kneron/toolchain:720
  • or other KL720 toolchain Docker images.

However, when I attempt to pull the image, I receive an access-related error

docker pull kneron/toolchain:720

Error: repository not found or access denied

It seems that my account does not have permission to access the KL720 toolchain Docker image.

I would like to request access to the appropriate toolchain image required for KL720 model compilation (ONNC / BIE / NEF build tools), such as

  • kneron/toolchain:720
  • kneron/toolchain:v0.11.0
  • or any current equivalent toolchain package for KL720.

I need the toolchain to convert my ONNX model into NEF/BIE format for experimentation and research purposes on the KL720 platform.

I would greatly appreciate it if you could grant my account access to the KL720 toolchain Docker image or provide instructions on how to obtain it.

Thank you very much for your assistance.

Best regards,

Hyunseo Cho

Comments

  • Hi Hyunseo,

    The document for KL720 Linux Toolchain Manual v0.11.0 is outdated. Please refer to this Kneron Toolchain documentation: 1. Toolchain Manual Overview - Document Center

    You can pull the Kneron Toolchain by using the following docker command to pull the latest toolchain docker image:

    docker pull kneron/toolchain:latest


    # Login to the docker and mount host machine /mnt/docker into the docker at /docker_mount.

    docker run --rm -it -v /mnt/docker:/docker_mount kneron/toolchain:latest


    Please let us know if you have any questions. Thanks!

Sign In or Register to comment.