fabgat
fabgat
Update: if I install as root user the module, everything works. Of course, the problem will be back, if I need to update the docker image. Saying so, I think...
Thanks **@dosu**, this solution worked perfectly.
this issue can be closed.
Hi, I've modified the D3FormatConfig.ts file, as per follow: import { FormatLocaleDefinition } from 'd3-format'; export const DEFAULT_D3_FORMAT: FormatLocaleDefinition = { decimal: ',', thousands: '.', grouping: [3], currency: ['€', ''],...
Thanks a lot. Unfortunately also following your instructions, I'm not able to see deployed Italian D3. I still see everything as before, even into drop down menu into charts menu,...
At the end, I've D3-format working. Those are my 50 cents. Superset Version: 4.0.0 Docker version 26.1.1, build 4cf5afa To whom it may concern, here follows the two steps needed:...
Now I'm trying to apply same number formatting to the export feature. I've first added this into superset_config.py: CSV_EXPORT = {"encoding": "utf-8", "sep": ";", "decimal": ",", "thousands": "."} But when...
Thanks, so what should I use to have a prompt to interact?
These are other tests: root@ollama-test:/opt/distributed-llama# nice -n -20 ./dllama chat --model dllama_model_llama-2-7b_2.m --tokenizer dllama-llama2-tokenizer.t --weights-float-type q40 --buffer-float-type q80 --nthreads 4 --workers 192.168.21.169:9998 💡 arch: llama 💡 hiddenAct: silu 💡 dim:...