-
docker run --name new-api -it --restart always -p 3300:3000 -e SQL_DSN="root:123456@tcp(172.16.90.175:3306)/new-api" -e TZ=Asia/Shanghai -v /home/ubuntu/data/new-api:/data calciumion/new-api:latest
…
-
*This issue was originally created by [**@Omar007**](https://github.com/Omar007) at .*
### Background information
- **Dendrite version or git SHA**: v0.13.7
- **SQLite3 or Postgres?**: Postgres…
-
I have a table:
```
CREATE TABLE `test` (
`id` bigint NOT NULL AUTO_INCREMENT,
`name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`phone_number` varchar(255) CHARACTER S…
-
**rust-analyzer version**:
`rust-analyzer version: 2024-09-02 [/nix/store/4n7jkl09aplbdbchiflmscppqlr0d2pk-rust-analyzer-2024-09-02/bin/rust-analyzer]`
**rustc version**: (eg. output of `rustc -V`)
…
-
在使用大量数据进行SFT时,内存一直增长,用memory_profiler可以观察到如下现象:
Filename: swift/swift/llm/utils/utils.py
Line # Mem usage Increment Occurrences Line Contents
============================================…
-
### Problem Description:
Hello, I'm using **Earthkit** to extract weather data from a GRIB file provided by ECMWF. Specifically, I'm working with the u-vector wind data at a pressure level of 1000 …
-
> I've found a more minimal reproduction. Going from `fn f(arg: (usize, bool)) {}` to `fn f((arg: (usize, bool)) {}` is enough to crash rust-analyzer with "internal error: entered unreachable code: On…
-
### 🔎 Search before asking
- [X] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report.
- [X] I have searched the PaddleOCR [Issues](https://…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
1. Create a database and a table:
```sql
set @@global.tidb_enable_au…
-
### Which API Provider are you using?
OpenRouter
### Which Model are you using?
Claude 3.5 Sonnet
### What happened?
Unable to reference URL's on idx.dev enviroment. Following error is thrown:
…