Gray Lott
Gray Lott
It took me far too much trial and error, but I have developed a way to do this, starting with the outline in the comment above. It’s a little janky,...
I also had the `RuntimeError: bf16 precision was requested but not available on this hardware. Please use fp32 precision instead.` Problem. Python Version: 3.11.9 PyTorch Version: 2.3.0+rocm6.0 BitsAndBytes Version: 0.43.2.dev...
` # Define your static credentials here (or pull from env vars for security) # You will provide these values to Claude.ai STATIC_CLIENT_ID = os.getenv("OAUTH_CLIENT_ID", "mcp-obsidian-client") STATIC_CLIENT_SECRET = os.getenv("OAUTH_CLIENT_SECRET", "super-secret-obsidian-key-change-this")...