openxla / xla

A machine learning compiler for GPUs, CPUs, and ML accelerators
Apache License 2.0
2.56k stars 400 forks source link

The official website documentation and the repository documentation do not correspond #13150

Open knightXun opened 3 months ago

knightXun commented 3 months ago

For example, source code compilation: The repository documentation tells me: docker run --gpus all --name xla_gpu -w /xla -it -d --rm -v ./xla:/xla tensorflow/build:latest-python3.9 bash The official website documentation tells me: docker run --name xla -w /xla -it -d --rm -v $PWD:/xla tensorflow/tensorflow:latest-gpu bash

Perhaps, it's time to update the official website documentation ?

cheshire commented 3 months ago

Could you provide the links to both?

knightXun commented 3 months ago

@cheshire See:

https://github.com/openxla/xla/blob/466735914c6f7fbdd671a3b1066637d1c9dba784/docs/build_from_source.md?plain=1#L26

and

https://openxla.org/xla/build_from_source?hl=zh-cn
elliotenglish commented 3 months ago

Hi, it looks like to us that the latest website state and the git head are in sync. They normally sync at 4am PT each day. Could you check again?

knightXun commented 3 months ago

The official website documentation tells me: docker run --name xla -w /xla -it -d --rm -v $PWD:/xla tensorflow/tensorflow:latest-gpu bash

Hi, it looks like to us that the latest website state and the git head are in sync. They normally sync at 4am PT each day. Could you check again?

I found english edition documents are updated. but chinese edition is old.

cheshire commented 3 months ago

Sounds like an infrastructure bug, I actually don't know how those get generated. @MarkDaoust WDYT?