-
Running `postgres:15.5-alpine`
On mac so installed via `CMAKE_ARGS="-DLLAMA_METAL=on" pip install "sqlcoder[llama-cpp]"`
I see the following log that seems to indicate a success.
`INFO: 127.0…
-
Hi!
First of all, thank you for sharing your amazing work. I have two questions:
1. In `https://huggingface.co/defog/llama-3-sqlcoder-8b?fbclid=IwZXh0bgNhZW0CMTEAAR28ltksnyUgl8zct50HTLk2F0PBrcno…
-
prompt:
Task
Generate a SQL query to answer [QUESTION]黄铁伦的工作地点在哪[/QUESTION]
Instructions
If you cannot answer the question with the available database schema, return 'I do not know'
Database Sc…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/eosphoros-ai/DB-GPT/issues?q=is%3Aissue) and found no similar issues.
### Operating system information
Linux
### P…
-
## ❓ General Questions
I have converted https://huggingface.co/defog/llama-3-sqlcoder-8b (based on llama3 as the name indicates) following the instructions here https://llm.mlc.ai/docs/deploy/javas…
-
**System:**
Apple M2 Max, Sonoma v14.1.1
**What I did:**
CMAKE_ARGS="-DLLAMA_METAL=on" pip install "sqlcoder[llama-cpp]"
sqlcoder launch
**Error:**
ggml_metal_init: error: Error Dom…
guod updated
7 months ago
-
你好,大佬,出现这种错误怎么解决,
![image](https://github.com/MaoXiaoYuZ/Long-Novel-GPT/assets/21039255/c0a362be-4f6c-4fb3-b993-58c4faf7d21f)
我网上查了解决方案,还是没没找到。
百度智能云中也也建了一个应用,如下图
![image](https://github.com/Mao…
-
部署脚本:
CUDA_VISIBLE_DEVICES=5 python3 -m vllm.entrypoints.openai.api_server \
--model /home/house365ai/xxm/model/sqlcoder-34b-alpha \
--served-model-name sqlcoder \
--dtype bfloat16 \
…
-
same ddl same question “What are our top 3 products by revenue in the New York region?”
SQLCoder-34B-Beta generated -> "SELECT p.name,
SUM(s.quantity * s.price) AS total_revenue
FROM s…
-
The sqlcoder-7b-2's model weights were updated at 7 AM UTC on Feb 7, 2024. The new model weights lead to a much more performant model – particularly for joins.
https://huggingface.co/defog/sqlcode…