LunarCoder
LunarCoder
Me too, I meet the same problem
When I set the OLLAMA_MODELS into the ollama.service file, the systemctl restart is not work, ollama cannot restart, please give me some advice?
secretflow/secretflow-lite-anolis8:1.12.0b0 版本 执行: from secretflow.preprocessing.binning.vert_woe_binning import VertWoeBinning from secretflow.preprocessing.binning.vert_bin_substitution import VertBinSubstitution binning = VertWoeBinning(spu) bin_rules = binning.binning( vdf, binning_method="chimerge", bin_num=4, bin_names={alice: [], bob: ["x5", "x7"]}, label_name="y", ) woe_sub = VertBinSubstitution()...