LiJing🦀
LiJing🦀
mkdir: cannot create directory '/bitnami/etcd': Permission denied is this ok? 
The desired archetype does not exist
cargo run --example resnet --release --features metal -- --image test.jpg help to solve this problem! Thanks!
let model_resource = RemoteResource::from_pretrained(("distiluse-base-multilingual-cased","https://huggingface.co/sentence-transformers/distiluse-base-multilingual-cased/blob/main/rust_model.ot")); let config_resource = RemoteResource::from_pretrained(("distiluse-base-multilingual-cased","https://huggingface.co/sentence-transformers/distiluse-base-multilingual-cased/blob/main/config.json")); let vocab_resource = RemoteResource::from_pretrained(("distiluse-base-multilingual-cased","https://huggingface.co/sentence-transformers/distiluse-base-multilingual-cased/blob/main/vocab.txt")); let config = ZeroShotClassificationConfig::new(ModelType::DistilBert, ModelResource::Torch(Box::new(model_resource)), config_resource, vocab_resource, None, true, None, None ); let tokenizer_file_path = PathBuf::from("/root/rust-bert/model/tokenizer.json"); let special_token_map_path...
Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 44s default-scheduler Successfully assigned cert-manager/alidns-webhook-79f76779c7-8chd8 to k3s-02 Warning FailedMount 11s (x7 over 43s) kubelet MountVolume.SetUp failed for...
called `Result::unwrap()` on an `Err` value: ParseError("Parse error occurred : TIKA-198: Illegal IOException from org.apache.tika.parser.microsoft.ooxml.OOXMLParser@ee87267") I can parse the text normally using Tika, but when I use this project, it...
sea-orm-cli generate entity -u mysql://XXXX --with-serde both --max-connections 5 -v -o ./entity Connecting to MySQL ... 2024-10-25T08:19:01.887683Z DEBUG sqlx_mysql::connection::tls: not performing TLS upgrade: unsupported by server 2024-10-25T08:19:01.938704Z DEBUG sqlx::query: summary="SET...
Caused by: java.lang.StackOverflowError: null at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59)...
Long-term task polling can lead to a gradual increase in CPU usage. here is my test dataflow: nodes: - id: mcp-server build: cargo build -p dora-mcp-server --release path: /xdfapp/rust-target/release/dora-mcp-server outputs:...