dormi330

Results 24 comments of dormi330

因为配置了 consul 服务发现 我的做法是注掉这个,然后修改feignclient 指定ip地址 需要先启动 serviceB, serviceC, 都需要改 feignClient //@FeignClient(value = "txlcn-demo-spring-service-b", fallback = ServiceBFallback.class) @FeignClient(name = "service-b", url = "http://localhost:12002", fallback = ServiceBFallback.class) public interface ServiceBClient { @GetMapping("/rpc")...

i'd like to do some work on this issue. and this is what i thought: plan 1. find some python package, which runs as flink standalone & sql-gw. i haven't...

is something like this ```python def test_tmp(self): session = MockFlinkSqlGatewayClient.create_session( host="127.0.0.1", port=8083, session_name="some_session", ) cursor = FlinkCursor(session) sql = "select * /** fetch_max(10) fetch_mode('streaming') fetch_timeout_ms(5000) */ from input2" cursor.execute(sql) #...

我来letsencrypt 实践一波

same error in docker environment paddleocr 2.8.0 paddlepaddle-gpu 2.5.1 ``` -------------------------------------- C++ Traceback (most recent call last): -------------------------------------- 0 paddle::AnalysisPredictor::ZeroCopyRun() 1 paddle::framework::NaiveExecutor::Run() 2 paddle::framework::OperatorBase::Run(paddle::framework::Scope const&, phi::Place const&) 3 paddle::framework::OperatorWithKernel::RunImpl(paddle::framework::Scope const&,...

同样这个问题,而且open-falcon的dashboard中,并没有上送的数据

遇到同样的问题。 模型是直接下载的,整个过程按照文档进行。 请问有什么解决办法吗? 1. 过程参考:https://github.com/PaddlePaddle/PaddleOCR/blob/main/doc/doc_ch/algorithm_table_slanet.md 2. PaddlePaddle 版本: VERSION_NUMBE中 2.8.1 3. 镜像: registry.baidubce.com/paddlepaddle/paddle:2.1.3-gpu-cuda10.2-cudnn7 4. 权重文件是下载的,见[1] 尝试了更好 protobuf版本,不能解决: protobuf==3.17.3 ==> 4.24.4:无效 ==>3.19.6:无效

更换镜像解决了。 registry.baidubce.com/paddlepaddle/paddle:3.0.0b1-gpu-cuda12.3-cudnn9.0-trt8.6 这里 paddlepaddle-gpu==3.0.0b0