Skip to content
View zhongdai's full-sized avatar
🪭
🪭
Block or Report

Block or report zhongdai

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. How to build tensorflow C API on a M... How to build tensorflow C API on a M1 (ARM) Macbook
    1
    ## Background
    2
    
                  
    3
    I tried to install the tensorflow C API on my Macbook Pro 2021 (M1) machine, by following this [document](https://www.tensorflow.org/install/lang_c). It seems all of the pre-built libraris are for x86, but not for the ARM chips. I got the same error as this [post](https://stackoverflow.com/questions/72114748/installing-c-api-for-tensorflow-on-macbook-m1). It seems the linker complaints, and here is the error message.
    4
    
                  
    5
    ```
  2. How to install tensorflow go binding... How to install tensorflow go binding on M1
    1
    ## Background
    2
    
                  
    3
    This is the follow up of [how to install tensorflow C api on M1](https://gist.github.com/zhongdai/2ef42d81221703d2b50d588012a887bc).
    4
    Since I have installed the C API, I need to install the tensorflow Go to run the graph in my Go code. However, I found this [document](https://github.com/tensorflow/build/tree/master/golang_install_guide),
    5
    however, it does not work on a M1 macbook.
  3. simple-dev-tools/spark-scaffold simple-dev-tools/spark-scaffold Public

    A framework to develop production grade Spark jobs

    Scala 1

  4. simple-dev-tools/gfluent simple-dev-tools/gfluent Public

    A fluent-style Google Cloud Client

    Python 1 1