GithubHelp home page GithubHelp logo

axera-tech / pulsar-docs-en Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 2.0 2.09 MB

The en docs repository of Pulsar which is AXera's SoC AI toolchain.

License: BSD 3-Clause "New" or "Revised" License

Makefile 20.06% Python 79.94%

pulsar-docs-en's Introduction

Pulsar User Manual

Web Preview

1. Project Background

AI toolchain manual public maintenance project

  • Provide a unified AI toolchain documentation developer community display address
  • Reduce the maintenance cost of AI toolchain Developer
  • Reduce AI toolchain User learning cost

2. local operation guide

2.1 git clone

git clone https://github.com/AXERA-TECH/pulsar-doc-en.git

目录树如下:

.
├── build
│   ├── doctrees
│   └── html
├── LICENSE
├── make.bat
├── Makefile
├── README.md
├── requirements.txt
└── source                     # Document Body
    ├── conf.py
    ├── examples               # Some examples are saved in .zip format, due to the limitation of git pages, online documents do not support click-to-download operations
    ├── faq
    ├── index.rst
    ├── media
    ├── pulsar
    ├── test_configs
    ├── user_guides_advanced
    ├── user_guides_quick
    └── user_guides_runtime

2.2 Compile

Installing dependencies

pip install -r requirements.txt

Execute the following command in the project root directory

$ make clean
$ make html

2.3 Preview

After compiling, use your browser to view build/html/index.html . If you are developing on a server, you can access the compiled files via ssh port forwarding as follows:

First, you can use python to start an http service in the build/html/ folder after the build,

$ cd build/html/
$ python -m SimpleHTTPServer 8005  # For python2, Ports can be customized
# or
$ python3 -m http.server 8005      # For python3, Ports can be customized

Then link to the server via ssh,

``bash ssh -L 8005:localhost:8005 username@server


Then local browser access: ``localhost:8005/index.html``

## 3. Reference

- This project is built on Sphinx, for more information about Sphinx please see https://www.sphinx-doc.org/en/master/

## 4. release


pulsar-docs-en's People

Contributors

bug1989 avatar mlbo avatar zheqiushui avatar

Watchers

 avatar  avatar

Forkers

zheqiushui mlbo

pulsar-docs-en's Issues

Regarding problem facing pulsar conversation tool

We are currently facing an issue with the Axera Sipeed Pulsar Docker image while attempting to convert an Onnx model into the joint model. Upon execution, we encounter a runtime error.

Attached, please find the file that demonstrates the failure of Neuwizard.

Could you kindly provide us with the appropriate toolchain for the model conversion, specifically the neuwizard: axera_neuwizard_v0.6.1.44.tar.gz, or any guidance on resolving this issue?

Your prompt assistance would be greatly appreciated.
neuwizard failed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.