-
## Related
- #179
- #16
- Reminder
-
the input HPEC fortran files: 171 of them compile, while 125 of them do not compile. Is this expected? I thought they come from the previous paper's dataset and should all compile and run.
https:/…
-
Connecting/using openwebui in the left bar should be the perfect thing. I want to add my own models that are working in my pc and openwebui is perfect for it. It can download-start ollama models. Inte…
-
It looks like EleutherAI/gpt-j-6b is not supported:
Env:
Running from docker:
```
FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-devel
RUN apt-get update && apt-get install git -y
RUN pip …
-
### 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
MacOS(x86)
…
-
**Describe the bug**
when I use context parallel > 2 in long-context training
I have the error of flash attention problems
I use the docker of nemo
**bug**
hidden_states = self.decoder(
Fi…
-
### Problem Description
在浏览其他gpt套壳网站的时候,发现有一些早已经支持了gpts,希望作者大大在这个项目也可以加下该功能
### Solution Description
例如:https://gptgod.online/#/api?tab=doc
使用上一般是先切换到
![image](https://github.com/Hk…
zpng updated
8 months ago
-
```py
from unsloth import FastLanguageModel
from unsloth import is_bfloat16_supported
import torch
from unsloth.chat_templates import get_chat_template
from trl import SFTTrainer
from transform…
-
调用代码:
client = OpenAI(
api_key=os.getenv("OPENAI_API_KEY"),
base_url=os.getenv("OPENAI_BASE_URL"),
)
openai_response = cl…
-
python optimize_instructions.py --optimizer="gpt-3.5-turbo" --scorer="text-bison" --instruction_pos="Q_end" --dataset="gsm8k" --task="train" --palm_api_key="..." --openai_api_key="..."
I tried to r…