Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex
# Run unsloth studio
unsloth studio -H 0.0.0.0 -p 8888
# Then open http://localhost:8888 in your browser
# Search for patrickbdevaney/codellama7b-instruct-solidity-gguf to start chattingUsing HuggingFace Spaces for Unsloth
# No setup required# Open https://huggingface.co/spaces/unsloth/studio in your browser
# Search for patrickbdevaney/codellama7b-instruct-solidity-gguf to start chattingYAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
AddressAssociationAttesterRegistry: owner: address manager: address newOwner: address events: - NewOwner: indexed: - _from: address - _to: address - NewManager: indexed: - _from: address - _to: address - NewAddress: indexed: - _from: address - _to: address - NewAddressAsManager: indexed: - _from: address - _to: address - NewAddressAsAddress: indexed: - _from: address - _to: address - NewAddressAsAddressRegistry: indexed: - _from: address - _to: address
- Downloads last month
- 44
5-bit
16-bit
Install Unsloth Studio (macOS, Linux, WSL)
# Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for patrickbdevaney/codellama7b-instruct-solidity-gguf to start chatting