-
## Summary
Repro script
``` Python
import torch
import torch.nn as nn
import torch.nn.functional as F
q = torch.randn(1, 16, 1, 64, device="cuda", dtype=torch.bfloat16, requires_grad=True)…
-
### Package.json file
```JSON
{
"name": "medusa-starter-default",
"version": "0.0.1",
"description": "A starter for Medusa projects.",
"author": "Medusa (https://medusajs.com)",
"licen…
-
When I use Ubuntu >= 22.02 in aws platform, I cannot create database through this command. When I use ubuntu 20.*, there is no such kind of issue.
The code is just like following,
opensips-cli …
-
### Aim
Develop a script that recommends books to users based on their Amazon purchase history and ratings. You could use collaborative filtering or content-based approaches to generate personalized …
-
This issue was imported from JIRA:
| Field | Value |
| ---------------------------------- | --------------------------…
-
this plugin should allow to specify which `coffee` binary to use for transpiling. Alternatively it should give priority to `node_modules/.bin/coffee `
The reason is that one may install a specific …
-
After importing a .ply file I get a blender info log as:
`Python: Traceback (most recent call last):
File "C:\Users\Imagine\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons\gs_rend…
-
I have an issue with an application that implements the scriptable event handler use case and also provides a REPL interface:
The book recommends that imports be placed at the top of the script: ht…
-
This issue was reported by **jasoka**
Design and implement the consistent memory management for the engine + scripting interfaces.
Analyze the problems & alternatives, select the best candidate and…
-
**[Original report](https://bitbucket.org/horizongir/bonsai/issue/257) by me.**
----------------------------------------