Skip to content

Instantly share code, notes, and snippets.

View lucien-perouze's full-sized avatar
🔥

Lucien Perouze lucien-perouze

🔥
  • Cezembre
  • Nantes, France
View GitHub Profile
workspace(
name = "my_project",
)
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "org_tensorflow",
sha256 = "f36416d831f06fe866e149c7cd752da410a11178b01ff5620e9f265511ed57cf",
strip_prefix = "tensorflow-2.15.1",