-
目前负样本的数量还是受限于单卡的显存,即最多为batch size per gpu。
是否有这种操作:把GPU2的样本作为GPU1样本的负样本呢?
-
I saw the other (now closed) "misbehaving" issue #99 . What should I make of the example below?
I don't think it matters where the flag goes but moved it to be safe. I have seen similar behavior of…
-
I cant install this with the current command provide.. It never asked for my API key. When I tried running
`python3 sgpt.py get_api_key` and adding it manually, it never took in my key.
-
In some cases, we may need to run sgpt twice with the same prompt in order to pipe the output somwhere else. For example:
```shell
sgpt --code "implement merge sort algorithm using C language"
…
-
The API can sometimes take longer than 60 seconds to respond. It might be helpful to add a `--timeout` flag which allows users to specify a desired timeout length (in seconds) or remove the timeout al…
-
Hello,
I have noticed serious bug after "training" a particular session when it reaches a filesize. I have been training an AI session with the --chat parameter to teach a set of particular both in 6…
-
## Problem
No network request will work in an corporate environment without the possibility to use a proxy option
## Description
Implement an option to handle proxies.
## Possible Solution
Wh…
-
if this feature is implemented, users in china will have the possibility 2 use sgpt without VPN (by hosting their on foreign api host proxy)
-
One big feature of ChatGPT is it can use relevant information based on previous prompts and responses, for example:
```
~
❯ sgpt --code "make an example request to localhost:3000 using python"
i…
-
Installed it by instructions (`pip install shell-gpt --user`) and getting this^
```sgpt
Traceback (most recent call last):
File "/Users/divan/Library/Python/3.9/bin/sgpt", line 5, in
from…