monolith
monolith copied to clipboard
A Lightweight Recommendation System
cannot import name 'ckpt_hooks_pb2' from 'monolith.native_training.hooks'
Hi team, I'm able to successfully build with this command `bazel run //markdown/demo:demo_local_runner -- --training_type=batch` but I came across gRPC related error like the following. Does this occur to you...
we are deploying monolith on our environment. we manage our data by pyspark. So usually we have a pyspark dataframe as data input. In demos, monolith can load data from...
Dear Author, I'm running into errors while test building this command line: `bazel run //monolith/native_training:demo --output_filter=IGNORE_LOGS`. The error message looks like the following. I suspect this is related to python...
The code suggest it is but when running sync training with gpu there's a failure here because the referenced class does not exist. https://github.com/bytedance/monolith/blob/88095e52234937cded0786f6dbb89f7731f9ec36/monolith/native_training/native_model.py#L877
I run "bazel run //monolith/native_training:demo --output_filter=IGNORE_LOGS", then occur the following error. Someone can help answer the question?Thanks~ error: Command "clang -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -fwrapv -O2 -Wall -fPIC -O2 -isystem...
represeantion -> representation
I joined the Discord discussion group via the link provided in the README and noticed that the channel lacks proper management. Malicious users are posting spam messages in the channel....
[](https://gist.github.com/devalyasol/cfd26e57f886c0a32ba14b4951e70afa)
I have installed python version 3.7.17, and numpy version 1.19.5 so it can be compatible with bazel version 3.1.0. i also using ubuntu version 22.04.5 LTS which is more stable....