stone.wlg
stone.wlg
Signed-off-by: stone-wlg add a new component, feature transform by rules Proposal In some scenarios, we are not only binning by algo, but also by customer rules. now we did it...
Issue: - Guest (10,000,000 ID SM3)  - Host (10,000,000 ID SM3)  Env: - Fate 1.7.2 - VM: 64C / 64G / 1TB * 3 Solution: - add more...
# Quickly Demo $ docker build -t nomic-ai/gpt4all:1.0.0 . $ docker run -it --rm -v ./gpt4all-lora-quantized.bin:/opt/gpt4all nomic-ai/gpt4all:1.0.0 # Multi Arch $ docker buildx build --platform linux/amd64,linux/arm64 --push -t nomic-ai/gpt4all:1.0.0 ....
fix issue about fate flow conf path ## Description 1. fate flow conf path is /data/projects/fate/fate_flow/conf.
Hi, I want to know how to use model when i complete GPT2-example, is there any sample or README? screenshot as below: i only fetch 3 sample data from IMDB.csv...
add redis cluster feature example: remote_url: "redis-cluster://localhost:26379,localhost:26380,localhost:26381"