-
**Describe the problem**
i reset my libby config as noted elsewhere, but it seems like there are more issues (maybe some changes in the result data structures). got this error:
~~~~~
An unexpect…
-
Download. Choose from 1-71 (separate choices with a space or leave blank to quit),
then press enter: 3
Opening magazine "Louisiana Cookin'"...
An unexpected error has occurred
Traceback (most rece…
-
I got this docker-compose running:
```
---
version: '3.3'
services:
openbooks:
image: evanbuss/openbooks
container_name: openbooks
#command: --name dontwannagive …
-
1. Change the `PROGRAMIDS` in `config.ts`
```diff
- export const PROGRAMIDS = MAINNET_PROGRAM_ID;
+ export const PROGRAMIDS = DEVNET_PROGRAM_ID;
```
Also
```diff
- marketProgramId: MAINNET_PROG…
-
Openbook-TWAP supports three new instructions, see all the PRs linked here https://hackmd.io/@HenryE/Bkvk6eG10#Openbook-TWAP
- prune_orders
- settle_funds_expired
- close_market
The process for …
-
A method that gives a book created with the Adventure API, to an Audience.
-
when trying to make a new v3 order, the payer and owner account as far as i understand are
owner : the user's wallet
payer : token account to pay for the trade (usdc account in case of a buy order …
-
**Feature Suggestion**
Update the Serum connector's program ID to point to Open Book DEX, or build a new connector with the same code.
To point to the new program-id, it may require using the newer …
-
`Full Cache Baseli`
`huggyllama/llama-7b`
`bash scripts/lm_eval/full_cache.sh openbookqa huggyllama/llama-7b llama `
```jsx
{
"results": {
"openbookqa": {
"acc": 0.446,
"ac…
-
您好,我看到论文中展示了在commonsense_qa和openbook_qa上的微调效果,请问能否提供这两个数据集的preparation和evaluation代码,谢谢。